Skip to content

Commit

Permalink
fixed testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jan 10, 2017
1 parent 3209adb commit 9442a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/bootloader/device_map.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def disks_order
# @return [Hash{String => String}] new device map
def remapped_hash
if Yast::Mode.config || # AutoYaST configuration mode --> no Storage available
!Arch.ppc && Storage.GetDefaultMountBy == :label
!Yast::Arch.ppc && Yast::Storage.GetDefaultMountBy == :label
return to_hash
end

Expand Down

0 comments on commit 9442a9f

Please sign in to comment.