From c83783fde0275ecd773524a094db9049448e56e7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 2 Mar 2021 11:59:51 -0800 Subject: [PATCH] Add plymouth-system-theme to server.ks (workaround #1933378) The bug where the bootsplash doesn't always clear is really playing havoc with F34 tests right now, and dealing with it by workaround needles isn't going so well. I'm hoping installing a real Plymouth theme might help, and in a quick trial run on lab it seems to, so let's try this. The bug is still a bug, but it's no good to us for update tests to randomly fail on it. Signed-off-by: Adam Williamson --- server.ks | 1 + 1 file changed, 1 insertion(+) diff --git a/server.ks b/server.ks index 5865b6f..b15f729 100644 --- a/server.ks +++ b/server.ks @@ -13,4 +13,5 @@ poweroff %packages @^server-product-environment +plymouth-system-theme %end