From 24adb3b6077be2e858fc506e463d643773528015 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 9 May 2020 09:14:46 -0700 Subject: [PATCH] desktop kickstarts: exclude selinux-policy-minimum This seems to be causing the images to fail to boot, see https://bugzilla.redhat.com/show_bug.cgi?id=1820674 . Signed-off-by: Adam Williamson --- desktop.ks | 1 + desktopencrypt.ks | 1 + 2 files changed, 2 insertions(+) diff --git a/desktop.ks b/desktop.ks index d83fdb0..28ce963 100644 --- a/desktop.ks +++ b/desktop.ks @@ -15,4 +15,5 @@ poweroff %packages @^workstation-product-environment +-selinux-policy-minimum %end diff --git a/desktopencrypt.ks b/desktopencrypt.ks index e3588e7..4db4801 100644 --- a/desktopencrypt.ks +++ b/desktopencrypt.ks @@ -15,4 +15,5 @@ poweroff %packages @^workstation-product-environment +-selinux-policy-minimum %end