rocky-linux-generic-images/includes/base-config.ksi
2023-07-28 15:10:03 +05:30

12 lines
394 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
bootloader --location=mbr --boot-drive=sda
shutdown # power-off after the installation completes