Skip to content

Commit

Permalink
fix detect disks
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 20, 2017
1 parent 57832b7 commit 904c6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/BootStorage.rb
Expand Up @@ -186,7 +186,7 @@ def find_blk_device_at_mountpoint(mountpoint)

# Sets properly boot, root and mbr disk.
def detect_disks
return unless root_partition # quit if already detected
return if root_partition # quit if already detected
# While calling "yast clone_system" and while cloning bootloader
# in the AutoYaST module, libStorage has to be set to "normal"
# mode in order to read mountpoints correctly.
Expand Down

0 comments on commit 904c6f0

Please sign in to comment.