From df8175a667d5e5e74e95fb91cb87d9023b8510e7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 2 Jun 2022 09:47:36 -0700 Subject: [PATCH] Drop plymouth theme on ppc64le Not sure why, but it's the plymouth theme that's breaking update tests on ppc64le; if it's installed, typing into the VT after boot doesn't change the screen. Removing the plymouth theme from the base image fixes the problem. Signed-off-by: Adam Williamson --- server-ppc64le.ks | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 server-ppc64le.ks diff --git a/server-ppc64le.ks b/server-ppc64le.ks new file mode 100644 index 0000000..5865b6f --- /dev/null +++ b/server-ppc64le.ks @@ -0,0 +1,16 @@ +bootloader --location=mbr +network --bootproto=dhcp +url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch +repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch +lang en_US.UTF-8 +keyboard us +timezone --utc America/New_York +clearpart --all +autopart +rootpw weakpassword +user --name=test --password=weakpassword --plaintext +poweroff + +%packages +@^server-product-environment +%end