mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-12-22 01:58:30 +00:00
Clean up 8.7 Beta, use text installation for kickstarts for lower memory and faster installation. (#13)
This commit is contained in:
parent
d64b0a2fcb
commit
f6bfd46d04
@ -1,21 +0,0 @@
|
|||||||
bootloader --location=mbr
|
|
||||||
network --bootproto=dhcp
|
|
||||||
url --url="https://download.rockylinux.org/stg/rocky/8.7-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
|
|
||||||
|
|
||||||
%packages
|
|
||||||
@^workstation-product-environment
|
|
||||||
-selinux-policy-minimum
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
touch $INSTALL_ROOT/home/home_preserved
|
|
||||||
%end
|
|
@ -10,6 +10,7 @@ rootpw --plaintext weakpassword
|
|||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext
|
||||||
firstboot --enable
|
firstboot --enable
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@^workstation-product-environment
|
@^workstation-product-environment
|
||||||
|
@ -10,6 +10,7 @@ rootpw --plaintext weakpassword
|
|||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext
|
||||||
firstboot --enable
|
firstboot --enable
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@^workstation-product-environment
|
@^workstation-product-environment
|
||||||
|
@ -10,6 +10,7 @@ rootpw --plaintext weakpassword
|
|||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext
|
||||||
firstboot --enable
|
firstboot --enable
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@^workstation-product-environment
|
@^workstation-product-environment
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
bootloader --location=mbr
|
|
||||||
network --bootproto=dhcp
|
|
||||||
url --url="https://download.rockylinux.org/stg/rocky/8.7-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
|
|
||||||
|
|
||||||
%packages
|
|
||||||
@^workstation-product-environment
|
|
||||||
-selinux-policy-minimum
|
|
||||||
%end
|
|
@ -10,6 +10,7 @@ rootpw --plaintext weakpassword
|
|||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext
|
||||||
firstboot --enable
|
firstboot --enable
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@^workstation-product-environment
|
@^workstation-product-environment
|
||||||
|
@ -10,6 +10,7 @@ rootpw --plaintext weakpassword
|
|||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext
|
||||||
firstboot --enable
|
firstboot --enable
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@^workstation-product-environment
|
@^workstation-product-environment
|
||||||
|
@ -10,6 +10,7 @@ rootpw --plaintext weakpassword
|
|||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext
|
||||||
firstboot --enable
|
firstboot --enable
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@^workstation-product-environment
|
@^workstation-product-environment
|
||||||
|
@ -155,7 +155,6 @@
|
|||||||
"name" : "minimal",
|
"name" : "minimal",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"8" : ["x86_64", "aarch64"],
|
"8" : ["x86_64", "aarch64"],
|
||||||
"8.7-Beta" : ["x86_64"],
|
|
||||||
"9" : ["x86_64", "aarch64"]
|
"9" : ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
"size" : "15"
|
"size" : "15"
|
||||||
@ -164,7 +163,6 @@
|
|||||||
"name" : "minimal-uefi",
|
"name" : "minimal-uefi",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"8" : ["x86_64", "aarch64"],
|
"8" : ["x86_64", "aarch64"],
|
||||||
"8.7-Beta" : ["x86_64"],
|
|
||||||
"9" : ["x86_64", "aarch64"]
|
"9" : ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
"size" : "15",
|
"size" : "15",
|
||||||
@ -174,7 +172,6 @@
|
|||||||
"name" : "desktop",
|
"name" : "desktop",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"8": ["x86_64", "aarch64"],
|
"8": ["x86_64", "aarch64"],
|
||||||
"8.7-Beta" : ["x86_64"],
|
|
||||||
"9" : ["x86_64", "aarch64"]
|
"9" : ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
"size" : "20"
|
"size" : "20"
|
||||||
@ -183,7 +180,6 @@
|
|||||||
"name" : "desktopencrypt",
|
"name" : "desktopencrypt",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"8" : ["x86_64", "aarch64"],
|
"8" : ["x86_64", "aarch64"],
|
||||||
"8.7-Beta" : ["x86_64"],
|
|
||||||
"9" : ["x86_64", "aarch64"]
|
"9" : ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
"size" : "20"
|
"size" : "20"
|
||||||
@ -192,7 +188,6 @@
|
|||||||
"name" : "server",
|
"name" : "server",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"8" : ["x86_64", "aarch64"],
|
"8" : ["x86_64", "aarch64"],
|
||||||
"8.7-Beta" : ["x86_64"],
|
|
||||||
"9" : ["x86_64", "aarch64"]
|
"9" : ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
"size" : "9"
|
"size" : "9"
|
||||||
@ -201,7 +196,6 @@
|
|||||||
"name" : "support",
|
"name" : "support",
|
||||||
"releases" : {
|
"releases" : {
|
||||||
"8" : ["x86_64", "aarch64"],
|
"8" : ["x86_64", "aarch64"],
|
||||||
"8.7-Beta" : ["x86_64"],
|
|
||||||
"9" : ["x86_64", "aarch64"]
|
"9" : ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
"size" : "30"
|
"size" : "30"
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
bootloader --location=mbr
|
|
||||||
network --bootproto=dhcp
|
|
||||||
url --url="https://download.rockylinux.org/stg/rocky/8.7-Beta/BaseOS/x86_64/os/"
|
|
||||||
lang en_US.UTF-8
|
|
||||||
keyboard us
|
|
||||||
timezone --utc America/New_York
|
|
||||||
clearpart --all
|
|
||||||
autopart
|
|
||||||
rootpw weakpassword
|
|
||||||
poweroff
|
|
||||||
|
|
||||||
%packages
|
|
||||||
@core
|
|
||||||
%end
|
|
@ -8,6 +8,7 @@ clearpart --all
|
|||||||
autopart
|
autopart
|
||||||
rootpw weakpassword
|
rootpw weakpassword
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@core
|
@core
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
bootloader --location=mbr
|
|
||||||
network --bootproto=dhcp
|
|
||||||
url --url="https://download.rockylinux.org/stg/rocky/8.7-Beta/BaseOS/x86_64/os/"
|
|
||||||
lang en_US.UTF-8
|
|
||||||
keyboard us
|
|
||||||
timezone --utc America/New_York
|
|
||||||
clearpart --all
|
|
||||||
autopart
|
|
||||||
rootpw weakpassword
|
|
||||||
poweroff
|
|
||||||
|
|
||||||
%packages
|
|
||||||
@core
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
touch $INSTALL_ROOT/home/home_preserved
|
|
||||||
%end
|
|
@ -8,6 +8,7 @@ clearpart --all
|
|||||||
autopart
|
autopart
|
||||||
rootpw weakpassword
|
rootpw weakpassword
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@core
|
@core
|
||||||
|
@ -8,6 +8,7 @@ clearpart --all
|
|||||||
autopart
|
autopart
|
||||||
rootpw weakpassword
|
rootpw weakpassword
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@core
|
@core
|
||||||
|
@ -8,6 +8,7 @@ clearpart --all
|
|||||||
autopart
|
autopart
|
||||||
rootpw weakpassword
|
rootpw weakpassword
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@core
|
@core
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
bootloader --location=mbr
|
|
||||||
network --bootproto=dhcp
|
|
||||||
url --url="https://download.rockylinux.org/stg/rocky/8.7-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
|
|
||||||
|
|
||||||
%packages
|
|
||||||
@^server-product-environment
|
|
||||||
plymouth-system-theme
|
|
||||||
%end
|
|
@ -9,6 +9,7 @@ autopart
|
|||||||
rootpw weakpassword
|
rootpw weakpassword
|
||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@^server-product-environment
|
@^server-product-environment
|
||||||
|
@ -9,6 +9,7 @@ autopart
|
|||||||
rootpw weakpassword
|
rootpw weakpassword
|
||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@^server-product-environment
|
@^server-product-environment
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
bootloader --location=mbr
|
|
||||||
network --bootproto=dhcp
|
|
||||||
url --url="https://download.rockylinux.org/stg/rocky/8.7-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
|
|
||||||
|
|
||||||
%packages
|
|
||||||
@core
|
|
||||||
targetcli
|
|
||||||
nfs-utils
|
|
||||||
dnsmasq
|
|
||||||
%end
|
|
@ -10,6 +10,7 @@ clearpart --all
|
|||||||
autopart
|
autopart
|
||||||
rootpw weakpassword
|
rootpw weakpassword
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@core
|
@core
|
||||||
|
@ -10,6 +10,7 @@ clearpart --all
|
|||||||
autopart
|
autopart
|
||||||
rootpw weakpassword
|
rootpw weakpassword
|
||||||
poweroff
|
poweroff
|
||||||
|
text
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@core
|
@core
|
||||||
|
Loading…
Reference in New Issue
Block a user