12 lines
356 B
Plaintext
12 lines
356 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 --service=sshd
|
||
|
network --bootproto=dhcp --onboot=on
|
||
|
bootloader --location=mbr --boot-drive=sda
|
||
|
shutdown # power-off after the installation completes
|