From d72cd4e414b1726c50b3782f33822d4b47725f02 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Sat, 4 Dec 2021 00:18:36 -0800 Subject: [PATCH] rocky doesn't have kde --- hdds.json | 9 --------- kde-33.ks | 31 ------------------------------- kde.ks | 33 --------------------------------- 3 files changed, 73 deletions(-) delete mode 100644 kde-33.ks delete mode 100644 kde.ks diff --git a/hdds.json b/hdds.json index 04ac98f..6d33a24 100644 --- a/hdds.json +++ b/hdds.json @@ -176,15 +176,6 @@ "imgver": "3", "variant": "Server" }, - { - "name" : "kde", - "releases" : { - "stable" : ["x86_64"], - "branched" : ["x86_64"] - }, - "size" : "20", - "imgver": "4" - }, { "name" : "support", "releases" : { diff --git a/kde-33.ks b/kde-33.ks deleted file mode 100644 index 107bc74..0000000 --- a/kde-33.ks +++ /dev/null @@ -1,31 +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 -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart -rootpw --plaintext weakpassword -user --name=test --password=weakpassword --plaintext -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 -# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1960458 --plasma-workspace-wayland - -imsettings-qt --initial-setup --initial-setup-gui -%end diff --git a/kde.ks b/kde.ks deleted file mode 100644 index 91c55f2..0000000 --- a/kde.ks +++ /dev/null @@ -1,33 +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 FEDORA-2021-085f0122dd for F35 to fix KDE background, remove -# when stable -repo --name=f35-kde-bg --baseurl=https://fedorapeople.org/groups/qa/openqa-repos/f35-kde-bg/$releasever - -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart -rootpw --plaintext weakpassword -user --name=test --password=weakpassword --plaintext -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