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 => "PACKAGE_SET", value => "default" },
|
||||
{ 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 => "*",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user