12 lines
394 B
Plaintext
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
|