From e718f76c198c4e994bee7960fd714de24c50751c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 14 Jan 2019 18:19:43 -0800 Subject: [PATCH] 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 --- templates | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates b/templates index 4b40887c..54d151bb 100755 --- a/templates +++ b/templates @@ -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 => "*", },