Skip to content

Commit

Permalink
remove graphic adapter configuration on s390 (bnc#874010)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 17, 2014
1 parent e87bd0d commit ee2fe12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/bootloader/grub2/dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def boot_code_tab
def kernel_tab
widgets = ["vgamode", "append", "append_failsafe", "console"]
widgets.delete("console") if Arch.s390 # there is no console on s390 (bnc#868909)
widgets.delete("vgamode") if Arch.s390 # there is no graphic adapter on s390 (bnc#874010)

{
"id" => "kernel_tab",
Expand Down

0 comments on commit ee2fe12

Please sign in to comment.