2023-08-30 16:12:09 +00:00
|
|
|
# X Window System configuration information
|
|
|
|
xconfig --startxonboot
|
|
|
|
# Keyboard layouts
|
|
|
|
keyboard 'us'
|
|
|
|
# Root password
|
|
|
|
rootpw --iscrypted --lock locked
|
|
|
|
# System language
|
|
|
|
lang en_US.UTF-8
|
|
|
|
# Shutdown after installation
|
|
|
|
shutdown
|
|
|
|
# System timezone
|
|
|
|
timezone US/Eastern
|
|
|
|
# Network information
|
|
|
|
network --bootproto=dhcp --device=link --activate
|
|
|
|
# Firewall configuration
|
|
|
|
firewall --enabled --service=mdns
|
|
|
|
# SELinux configuration
|
2024-08-26 01:52:08 +00:00
|
|
|
selinux --permissive
|
2023-08-30 16:12:09 +00:00
|
|
|
|
|
|
|
# System services
|
|
|
|
services --disabled="sshd" --enabled="NetworkManager,ModemManager"
|
|
|
|
|