1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-22 15:07:22 +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:
Adam Williamson 2019-01-14 18:19:43 -08:00
parent ec762117d0
commit e718f76c19

View File

@ -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 => "*",
}, },