mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 17:34:23 +00:00
Boot workstation live with enforcing=0 (RHBZ #1663040)
Today's Workstation live doesn't boot at all without enforcing=0. We *still* want to see how subsequent tests run, so let's work around this for now. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ec762117d0
commit
e718f76c19
@ -4421,7 +4421,9 @@
|
|||||||
{ key => "LIVE", value => "1" },
|
{ key => "LIVE", value => "1" },
|
||||||
{ key => "PACKAGE_SET", value => "default" },
|
{ key => "PACKAGE_SET", value => "default" },
|
||||||
{ key => "DESKTOP", value => "gnome" },
|
{ key => "DESKTOP", value => "gnome" },
|
||||||
{ key => "TEST_TARGET", value => "ISO" }
|
{ key => "TEST_TARGET", value => "ISO" },
|
||||||
|
# FIXME this is a workaround for RHBZ #1663040 / #1666083
|
||||||
|
{ key => "GRUB", value => "enforcing=0" }
|
||||||
],
|
],
|
||||||
version => "*",
|
version => "*",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user