From ff898489d08d1672164a9977c922ce160bc90676 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 8 Feb 2024 23:52:04 -0800 Subject: [PATCH] Revert "Use a side repo to fix #2259266 for the Rawhide Server base image" This reverts commit c6669754d410ee758b580092bfd3e174d450db8c (and the followup syntax fix). A fixed grub2 is now in Rawhide proper so we don't need this any more. --- server-40.ks | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 server-40.ks diff --git a/server-40.ks b/server-40.ks deleted file mode 100644 index 835003f..0000000 --- a/server-40.ks +++ /dev/null @@ -1,18 +0,0 @@ -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/$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