From c6669754d410ee758b580092bfd3e174d450db8c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 25 Jan 2024 10:19:13 -0800 Subject: [PATCH] Use a side repo to fix #2259266 for the Rawhide Server base image All tests that use the Server base image are failing on Rawhide now because of 2259266. This should regen the image using a side repo with a grub2 build with the required patch put back in and hopefully solve the problem. Signed-off-by: Adam Williamson --- server-40.ks | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 server-40.ks diff --git a/server-40.ks b/server-40.ks new file mode 100644 index 0000000..4079add --- /dev/null +++ b/server-40.ks @@ -0,0 +1,18 @@ +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 +repo --name=grubxfs-repo --url=https://adamwill.fedorapeople.org/grubxfs-repo/$basearch +lang en_US.UTF-8 +keyboard us +timezone --utc America/New_York +clearpart --all +autopart +rootpw weakpassword +user --name=test --password=weakpassword --plaintext --groups wheel +poweroff + +%packages +@^server-product-environment +plymouth-system-theme +%end