From 3032315d2b634bf946b2758553e7629e0eae3a99 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 18 Nov 2022 12:27:42 -0800 Subject: [PATCH] Remove another #2133829 workaround kde-38.ks with the side repo containing a non-debug kernel was another attempt to workaround #2133829, so let's drop that too. Signed-off-by: Adam Williamson --- kde-38.ks | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 kde-38.ks diff --git a/kde-38.ks b/kde-38.ks deleted file mode 100644 index a130c58..0000000 --- a/kde-38.ks +++ /dev/null @@ -1,32 +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 -# contains non-debug kernel kernel-6.1.0-0.rc4.34.fc38 -repo --name=kernrc4 --baseurl=https://adamwill.fedorapeople.org/kernrc4/$basearch/ - -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart -rootpw --plaintext weakpassword -user --name=test --password=weakpassword --plaintext --groups wheel -poweroff - -%packages -@^kde-desktop-environment -# these are all in the KDE live image, we want to match that as it's -# the most common KDE deployment method -@firefox -@kde-apps -@kde-media -@kde-office -@networkmanager-submodules -fedora-release-kde -falkon - -imsettings-qt --initial-setup --initial-setup-gui -%end