Skip to content

Commit

Permalink
check boot partition only for x86_64 as ppc and s390 use different pa…
Browse files Browse the repository at this point in the history
…th and have different requirements (bnc#952823)
  • Loading branch information
jreidinger committed Nov 11, 2015
1 parent db0cb30 commit ae90cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/BootSupportCheck.rb
Expand Up @@ -259,7 +259,7 @@ def check_mbr
# GRUB-related check
def GRUB
ret = GptPartitionTable()
ret = check_BootDevice if ret
ret = check_BootDevice if ret && Arch.x86_64
ret
end

Expand Down

0 comments on commit ae90cc3

Please sign in to comment.