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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-01-25 10:19:13 -08:00
parent d65c71c11c
commit c6669754d4
1 changed files with 18 additions and 0 deletions

18
server-40.ks Normal file
View File

@ -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