From 446f00f2cc3f20102a611ed1a80d88947e435ae0 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Sun, 2 Jun 2024 15:01:26 -0700 Subject: [PATCH 1/2] deprecate 8-BETA and 8-LookAhead builds --- desktop-8-BETA.ks | 28 ---------------------------- desktop-8-LookAhead.ks | 28 ---------------------------- desktopencrypt-8-BETA.ks | 24 ------------------------ desktopencrypt-8-LookAhead.ks | 24 ------------------------ minimal-8-BETA.ks | 21 --------------------- minimal-8-LookAhead.ks | 21 --------------------- minimal-uefi-8-BETA.ks | 25 ------------------------- minimal-uefi-8-LookAhead.ks | 25 ------------------------- server-8-BETA.ks | 23 ----------------------- server-8-LookAhead.ks | 23 ----------------------- support-8-BETA.ks | 26 -------------------------- support-8-LookAhead.ks | 24 ------------------------ 12 files changed, 292 deletions(-) delete mode 100644 desktop-8-BETA.ks delete mode 100644 desktop-8-LookAhead.ks delete mode 100644 desktopencrypt-8-BETA.ks delete mode 100644 desktopencrypt-8-LookAhead.ks delete mode 100644 minimal-8-BETA.ks delete mode 100644 minimal-8-LookAhead.ks delete mode 100644 minimal-uefi-8-BETA.ks delete mode 100644 minimal-uefi-8-LookAhead.ks delete mode 100644 server-8-BETA.ks delete mode 100644 server-8-LookAhead.ks delete mode 100644 support-8-BETA.ks delete mode 100644 support-8-LookAhead.ks diff --git a/desktop-8-BETA.ks b/desktop-8-BETA.ks deleted file mode 100644 index 09f8f7f..0000000 --- a/desktop-8-BETA.ks +++ /dev/null @@ -1,28 +0,0 @@ -bootloader --location=mbr -network --bootproto=dhcp -url --url="https://download.rockylinux.org/stg/rocky/8-BETA/BaseOS/x86_64/os/" -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart -rootpw --plaintext weakpassword -user --name=test --password=weakpassword --plaintext -firstboot --enable -poweroff -text - -%packages -@^workstation-product-environment --selinux-policy-minimum -%end - -%post -touch $INSTALL_ROOT/home/home_preserved -%end - -%post -/usr/bin/sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/sed -i 's,^#\(baseurl=http[s]*://\),\1,g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/echo "stg/rocky" > /etc/dnf/vars/contentdir -%end diff --git a/desktop-8-LookAhead.ks b/desktop-8-LookAhead.ks deleted file mode 100644 index 596b5ce..0000000 --- a/desktop-8-LookAhead.ks +++ /dev/null @@ -1,28 +0,0 @@ -bootloader --location=mbr -network --bootproto=dhcp -url --url="https://download.rockylinux.org/stg/rocky/8-LookAhead/BaseOS/x86_64/os/" -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart -rootpw --plaintext weakpassword -user --name=test --password=weakpassword --plaintext -firstboot --enable -poweroff -text - -%packages -@^workstation-product-environment --selinux-policy-minimum -%end - -%post -touch $INSTALL_ROOT/home/home_preserved -%end - -%post -/usr/bin/sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/sed -i 's,^#\(baseurl=http[s]*://\),\1,g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/echo "stg/rocky" > /etc/dnf/vars/contentdir -%end diff --git a/desktopencrypt-8-BETA.ks b/desktopencrypt-8-BETA.ks deleted file mode 100644 index 0e7e540..0000000 --- a/desktopencrypt-8-BETA.ks +++ /dev/null @@ -1,24 +0,0 @@ -bootloader --location=mbr -network --bootproto=dhcp -url --url="https://download.rockylinux.org/stg/rocky/8-BETA/BaseOS/x86_64/os/" -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart --encrypted --passphrase=weakpassword -rootpw --plaintext weakpassword -user --name=test --password=weakpassword --plaintext -firstboot --enable -poweroff -text - -%packages -@^workstation-product-environment --selinux-policy-minimum -%end - -%post -/usr/bin/sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/sed -i 's,^#\(baseurl=http[s]*://\),\1,g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/echo "stg/rocky" > /etc/dnf/vars/contentdir -%end diff --git a/desktopencrypt-8-LookAhead.ks b/desktopencrypt-8-LookAhead.ks deleted file mode 100644 index 8fd1c9b..0000000 --- a/desktopencrypt-8-LookAhead.ks +++ /dev/null @@ -1,24 +0,0 @@ -bootloader --location=mbr -network --bootproto=dhcp -url --url="https://download.rockylinux.org/stg/rocky/8-LookAhead/BaseOS/x86_64/os/" -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart --encrypted --passphrase=weakpassword -rootpw --plaintext weakpassword -user --name=test --password=weakpassword --plaintext -firstboot --enable -poweroff -text - -%packages -@^workstation-product-environment --selinux-policy-minimum -%end - -%post -/usr/bin/sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/sed -i 's,^#\(baseurl=http[s]*://\),\1,g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/echo "stg/rocky" > /etc/dnf/vars/contentdir -%end diff --git a/minimal-8-BETA.ks b/minimal-8-BETA.ks deleted file mode 100644 index af06cbc..0000000 --- a/minimal-8-BETA.ks +++ /dev/null @@ -1,21 +0,0 @@ -bootloader --location=mbr -network --bootproto=dhcp -url --url="https://download.rockylinux.org/stg/rocky/8-BETA/BaseOS/x86_64/os/" -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart -rootpw weakpassword -poweroff -text - -%packages -@core -%end - -%post -/usr/bin/sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/sed -i 's,^#\(baseurl=http[s]*://\),\1,g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/echo "stg/rocky" > /etc/dnf/vars/contentdir -%end diff --git a/minimal-8-LookAhead.ks b/minimal-8-LookAhead.ks deleted file mode 100644 index 6ffefc5..0000000 --- a/minimal-8-LookAhead.ks +++ /dev/null @@ -1,21 +0,0 @@ -bootloader --location=mbr -network --bootproto=dhcp -url --url="https://download.rockylinux.org/stg/rocky/8-LookAhead/BaseOS/x86_64/os/" -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart -rootpw weakpassword -poweroff -text - -%packages -@core -%end - -%post -/usr/bin/sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/sed -i 's,^#\(baseurl=http[s]*://\),\1,g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/echo "stg/rocky" > /etc/dnf/vars/contentdir -%end diff --git a/minimal-uefi-8-BETA.ks b/minimal-uefi-8-BETA.ks deleted file mode 100644 index 48c9370..0000000 --- a/minimal-uefi-8-BETA.ks +++ /dev/null @@ -1,25 +0,0 @@ -bootloader --location=mbr -network --bootproto=dhcp -url --url="https://download.rockylinux.org/stg/rocky/8-BETA/BaseOS/x86_64/os/" -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart -rootpw weakpassword -poweroff -text - -%packages -@core -%end - -%post -touch $INSTALL_ROOT/home/home_preserved -%end - -%post -/usr/bin/sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/sed -i 's,^#\(baseurl=http[s]*://\),\1,g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/echo "stg/rocky" > /etc/dnf/vars/contentdir -%end diff --git a/minimal-uefi-8-LookAhead.ks b/minimal-uefi-8-LookAhead.ks deleted file mode 100644 index aa5cea3..0000000 --- a/minimal-uefi-8-LookAhead.ks +++ /dev/null @@ -1,25 +0,0 @@ -bootloader --location=mbr -network --bootproto=dhcp -url --url="https://download.rockylinux.org/stg/rocky/8-LookAhead/BaseOS/x86_64/os/" -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart -rootpw weakpassword -poweroff -text - -%packages -@core -%end - -%post -touch $INSTALL_ROOT/home/home_preserved -%end - -%post -/usr/bin/sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/sed -i 's,^#\(baseurl=http[s]*://\),\1,g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/echo "stg/rocky" > /etc/dnf/vars/contentdir -%end diff --git a/server-8-BETA.ks b/server-8-BETA.ks deleted file mode 100644 index 5098762..0000000 --- a/server-8-BETA.ks +++ /dev/null @@ -1,23 +0,0 @@ -bootloader --location=mbr -network --bootproto=dhcp -url --url="https://download.rockylinux.org/stg/rocky/8-BETA/BaseOS/x86_64/os/" -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart -rootpw weakpassword -user --name=test --password=weakpassword --plaintext -poweroff -text - -%packages -@^server-product-environment -plymouth-system-theme -%end - -%post -/usr/bin/sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/sed -i 's,^#\(baseurl=http[s]*://\),\1,g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/echo "stg/rocky" > /etc/dnf/vars/contentdir -%end diff --git a/server-8-LookAhead.ks b/server-8-LookAhead.ks deleted file mode 100644 index 28ba1b0..0000000 --- a/server-8-LookAhead.ks +++ /dev/null @@ -1,23 +0,0 @@ -bootloader --location=mbr -network --bootproto=dhcp -url --url="https://download.rockylinux.org/stg/rocky/8-LookAhead/BaseOS/x86_64/os/" -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart -rootpw weakpassword -user --name=test --password=weakpassword --plaintext -poweroff -text - -%packages -@^server-product-environment -plymouth-system-theme -%end - -%post -/usr/bin/sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/sed -i 's,^#\(baseurl=http[s]*://\),\1,g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/echo "stg/rocky" > /etc/dnf/vars/contentdir -%end diff --git a/support-8-BETA.ks b/support-8-BETA.ks deleted file mode 100644 index aeda6a4..0000000 --- a/support-8-BETA.ks +++ /dev/null @@ -1,26 +0,0 @@ -bootloader --location=mbr -network --bootproto=dhcp -url --url="https://download.rockylinux.org/stg/rocky/8-BETA/BaseOS/x86_64/os/" -#repo --name="epel" --baseurl="http://mirrors.kernel.org/fedora-epel/8/Everything/x86_64/" -# use epel to keep scsi-target-utils instead of targetcli -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart -rootpw weakpassword -poweroff -text - -%packages -@core -targetcli -nfs-utils -dnsmasq -%end - -%post -/usr/bin/sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/sed -i 's,^#\(baseurl=http[s]*://\),\1,g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/echo "stg/rocky" > /etc/dnf/vars/contentdir -%end diff --git a/support-8-LookAhead.ks b/support-8-LookAhead.ks deleted file mode 100644 index a3ba2f4..0000000 --- a/support-8-LookAhead.ks +++ /dev/null @@ -1,24 +0,0 @@ -bootloader --location=mbr -network --bootproto=dhcp -url --url="https://download.rockylinux.org/stg/rocky/8-LookAhead/BaseOS/x86_64/os/" -lang en_US.UTF-8 -keyboard us -timezone --utc America/New_York -clearpart --all -autopart -rootpw weakpassword -poweroff -text - -%packages -@core -targetcli -nfs-utils -dnsmasq -%end - -%post -/usr/bin/sed -i 's/^mirrorlist/#mirrorlist/g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/sed -i 's,^#\(baseurl=http[s]*://\),\1,g' /etc/yum.repos.d/Rocky-*.repo -/usr/bin/echo "stg/rocky" > /etc/dnf/vars/contentdir -%end From 2e951764dc1f0ac57111ba307c18ffd90c70d6f3 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Sun, 2 Jun 2024 15:13:38 -0700 Subject: [PATCH 2/2] only desktop and support qcows are used in aarch64 --- hdds.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hdds.json b/hdds.json index 9b167e9..7948d0f 100644 --- a/hdds.json +++ b/hdds.json @@ -155,8 +155,6 @@ "name" : "minimal", "releases" : { "8" : ["x86_64", "aarch64"], - "8-BETA" : ["x86_64"], - "8-LookAhead" : ["x86_64"], "9" : ["x86_64", "aarch64"] }, "size" : "15" @@ -165,8 +163,6 @@ "name" : "minimal-uefi", "releases" : { "8" : ["x86_64", "aarch64"], - "8-BETA" : ["x86_64"], - "8-LookAhead" : ["x86_64"], "9" : ["x86_64", "aarch64"] }, "size" : "15", @@ -176,8 +172,6 @@ "name" : "desktop", "releases" : { "8": ["x86_64", "aarch64"], - "8-BETA" : ["x86_64"], - "8-LookAhead" : ["x86_64"], "9" : ["x86_64", "aarch64"] }, "size" : "20" @@ -186,8 +180,6 @@ "name" : "desktopencrypt", "releases" : { "8" : ["x86_64", "aarch64"], - "8-BETA" : ["x86_64"], - "8-LookAhead" : ["x86_64"], "9" : ["x86_64", "aarch64"] }, "size" : "20" @@ -196,8 +188,6 @@ "name" : "server", "releases" : { "8" : ["x86_64", "aarch64"], - "8-BETA" : ["x86_64"], - "8-LookAhead" : ["x86_64"], "9" : ["x86_64", "aarch64"] }, "size" : "9" @@ -206,8 +196,6 @@ "name" : "support", "releases" : { "8" : ["x86_64", "aarch64"], - "8-BETA" : ["x86_64"], - "8-LookAhead" : ["x86_64"], "9" : ["x86_64", "aarch64"] }, "size" : "36"