From c0766c70986536ee91f322c144d4a01fc4470e2b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 27 Jan 2024 10:54:10 -0800 Subject: [PATCH] Add variant kde-38.ks with no @kde-pim The kde-pim group is new in F39, so we need a variant kickstart for F38 without it. Signed-off-by: Adam Williamson --- kde-38.ks | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 kde-38.ks diff --git a/kde-38.ks b/kde-38.ks new file mode 100644 index 0000000..fbbff10 --- /dev/null +++ b/kde-38.ks @@ -0,0 +1,46 @@ +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 + +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 +@libreoffice +libreoffice-draw +libreoffice-math + +fedora-release-kde + +-@admin-tools + +-tracker-miners +-tracker + +kde-l10n + +fuse +mediawriter + +-ktorrent +-digikam +-kipi-plugins +-krusader +-k3b + +-initial-setup +-initial-setup-gui +%end