From 649e9a6e6342feea70b43df610cc81fc407de0cd Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 5 Jan 2026 11:48:37 -0800 Subject: [PATCH] Add a kde-44 with the plasma-setup update in it Turns out we always get plasma-setup on boot of the base KDE image right now, so we need to regen it with the new plasma-setup with the added screen. Signed-off-by: Adam Williamson --- kde-44.ks | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 kde-44.ks diff --git a/kde-44.ks b/kde-44.ks new file mode 100644 index 0000000..4f5bb79 --- /dev/null +++ b/kde-44.ks @@ -0,0 +1,49 @@ +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 +# drop this file when there's a compose with this update in it +repo --name=FEDORA-2026-e90d82b501 --baseurl=https://adamwill.fedorapeople.org/FEDORA-2026-e90d82b501/$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-pim +@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