Skip to content

Commit

Permalink
Merge pull request #4091 from XueqiangWei/boot_from_device_disable_sga
Browse files Browse the repository at this point in the history
boot_from_device: disable sga device from rhel8.6
  • Loading branch information
XueqiangWei authored Jul 2, 2024
2 parents 7dcd245 + a1aaa5b commit 7b48e70
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions qemu/tests/cfg/boot_from_device.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
only default_bios
image_boot = no
boot_menu = on
enable_sga = yes
Host_RHEL.m9:
enable_sga = no
machine_type_extra_params = "graphics=off"
enable_sga = no
machine_type_extra_params = "graphics=off"
Host_RHEL.m6, Host_RHEL.m7, Host_RHEL.m8.u0, Host_RHEL.m8.u1, Host_RHEL.m8.u2, Host_RHEL.m8.u3, Host_RHEL.m8.u4, Host_RHEL.m8.u5:
enable_sga = yes
machine_type_extra_params = ""
boot_menu_key = "esc"
Host_RHEL.m6:
boot_menu_key = "f12"
Expand Down

0 comments on commit 7b48e70

Please sign in to comment.