rocky-linux-generic-images/includes/base-config.ksi

13 lines
483 B
Plaintext
Raw Normal View History

2023-07-27 14:23:23 +00:00
keyboard us --vckeymap=us --xlayouts=us
lang en_US.UTF-8
services --enabled=chronyd,NetworkManager,sshd
#services --disabled=
skipx # disable X by default
timezone UTC
selinux --enforcing
2023-07-28 09:40:03 +00:00
firewall --enabled --ssh
network --device=link --activate --bootproto=dhcp --onboot=on --hostname=rockylinux
2023-07-29 13:56:51 +00:00
#firstboot --enable --reconfig # TODO: enable this AFTER DISABLING USER SETUP
2023-08-07 03:35:00 +00:00
bootloader --location=mbr --boot-drive=sda --extlinux
2023-07-27 14:23:23 +00:00
shutdown # power-off after the installation completes