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

13 lines
472 B
Plaintext

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
firewall --enabled --ssh
network --device=link --activate --bootproto=dhcp --onboot=on --hostname=rockylinux
#firstboot --enable --reconfig # TODO: enable this AFTER DISABLING USER SETUP
bootloader --location=mbr --boot-drive=sda
shutdown # power-off after the installation completes