11 lines
308 B
Plaintext
11 lines
308 B
Plaintext
install
|
|
keyboard us --xlayouts=us --vckeymap=us
|
|
timezone --isUtc --nontp UTC
|
|
selinux --enforcing
|
|
firewall --enabled --port=22:tcp
|
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
|
services --enabled=sshd,NetworkManager,chronyd
|
|
shutdown
|
|
bootloader --location=mbr --driveorder=sda
|
|
lang en_US.UTF-8
|