mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-23 21:51:24 +00:00
Merge pull request #19 from tcooper/deprecate-8-BETA-and-8-LookAhead-configs
feature: deprecate 8 beta and 8 look ahead configs
This commit is contained in:
commit
47b138c18a
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
12
hdds.json
12
hdds.json
@ -155,8 +155,6 @@
|
|||||||
"name" : "minimal",
|
"name" : "minimal",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"8" : ["x86_64", "aarch64"],
|
"8" : ["x86_64", "aarch64"],
|
||||||
"8-BETA" : ["x86_64"],
|
|
||||||
"8-LookAhead" : ["x86_64"],
|
|
||||||
"9" : ["x86_64", "aarch64"]
|
"9" : ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
"size" : "15"
|
"size" : "15"
|
||||||
@ -165,8 +163,6 @@
|
|||||||
"name" : "minimal-uefi",
|
"name" : "minimal-uefi",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"8" : ["x86_64", "aarch64"],
|
"8" : ["x86_64", "aarch64"],
|
||||||
"8-BETA" : ["x86_64"],
|
|
||||||
"8-LookAhead" : ["x86_64"],
|
|
||||||
"9" : ["x86_64", "aarch64"]
|
"9" : ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
"size" : "15",
|
"size" : "15",
|
||||||
@ -176,8 +172,6 @@
|
|||||||
"name" : "desktop",
|
"name" : "desktop",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"8": ["x86_64", "aarch64"],
|
"8": ["x86_64", "aarch64"],
|
||||||
"8-BETA" : ["x86_64"],
|
|
||||||
"8-LookAhead" : ["x86_64"],
|
|
||||||
"9" : ["x86_64", "aarch64"]
|
"9" : ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
"size" : "20"
|
"size" : "20"
|
||||||
@ -186,8 +180,6 @@
|
|||||||
"name" : "desktopencrypt",
|
"name" : "desktopencrypt",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"8" : ["x86_64", "aarch64"],
|
"8" : ["x86_64", "aarch64"],
|
||||||
"8-BETA" : ["x86_64"],
|
|
||||||
"8-LookAhead" : ["x86_64"],
|
|
||||||
"9" : ["x86_64", "aarch64"]
|
"9" : ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
"size" : "20"
|
"size" : "20"
|
||||||
@ -196,8 +188,6 @@
|
|||||||
"name" : "server",
|
"name" : "server",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"8" : ["x86_64", "aarch64"],
|
"8" : ["x86_64", "aarch64"],
|
||||||
"8-BETA" : ["x86_64"],
|
|
||||||
"8-LookAhead" : ["x86_64"],
|
|
||||||
"9" : ["x86_64", "aarch64"]
|
"9" : ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
"size" : "9"
|
"size" : "9"
|
||||||
@ -206,8 +196,6 @@
|
|||||||
"name" : "support",
|
"name" : "support",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"8" : ["x86_64", "aarch64"],
|
"8" : ["x86_64", "aarch64"],
|
||||||
"8-BETA" : ["x86_64"],
|
|
||||||
"8-LookAhead" : ["x86_64"],
|
|
||||||
"9" : ["x86_64", "aarch64"]
|
"9" : ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
"size" : "36"
|
"size" : "36"
|
||||||
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user