2023-09-13 01:29:56 +00:00
|
|
|
keyboard us --vckeymap=us --xlayouts=us
|
|
|
|
lang en_US.UTF-8
|
|
|
|
services --enabled=chronyd,NetworkManager,sshd
|
|
|
|
#services --disabled=
|
|
|
|
skipx # disable X by default
|
2023-11-13 03:57:23 +00:00
|
|
|
timezone Asia/Kolkata
|
2023-09-13 01:29:56 +00:00
|
|
|
selinux --enforcing
|
|
|
|
firewall --enabled --ssh
|
2023-11-13 03:57:23 +00:00
|
|
|
network --device=link --activate --bootproto=dhcp --onboot=on --hostname=altarchdevel
|
2024-04-28 12:58:51 +00:00
|
|
|
bootloader --location=mbr --boot-drive=sda --sdboot
|
2023-09-13 01:29:56 +00:00
|
|
|
shutdown # power-off after the installation completes
|