You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
2.9 KiB
39 lines
2.9 KiB
#%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/rocky/media_netboot.cfg
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/centos9/media_netboot.cfg
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/authentication.cfg
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/authentication_rootpw.cfg
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/logging.cfg
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/selinux.cfg
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/services.cfg
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/bootloader.cfg
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/disk_layout.cfg
|
|
## -- unique disk layout and neworking
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/albert/disk_layout_lvm.cfg
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/albert/networking.cfg
|
|
# -- disable firewalld
|
|
## -- "unrecognized arguments: --activatefirewall --enabled --ssh"
|
|
#%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/firewall.cfg
|
|
#%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/albert/firewall.cfg
|
|
|
|
#%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/rocky/repo.cfg
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/centos9/repo.cfg
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/locale.cfg
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/groups.cfg
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/system_finalize.cfg
|
|
|
|
%pre
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/pre.cfg
|
|
%end
|
|
|
|
%packages
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/packages.cfg
|
|
%end
|
|
|
|
|
|
%post --erroronfail --log=/root/kickstart-post.log
|
|
#%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/rocky/post.cfg
|
|
## --- we need to add the CentOS9 repos in before other post scripts can call yum/dnf, etc.
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/centos9/post.sh
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/common/post.sh
|
|
%include https://config.tombstones.org.uk:23000/tombstones/kickstarts/raw/branch/master/albert/post.sh
|
|
%end
|
|
|