Use grub workaround for F38 Server too

It's even happening there. Yikes.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-09 00:46:29 -08:00
parent 1a24b7e094
commit 11dfeeafd9
1 changed files with 18 additions and 0 deletions

18
server-38.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 --baseurl=https://adamwill.fedorapeople.org/grubxfs-repo/$releasever/$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