Fixe to solve the name resolution issue
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# Use text mode install
|
||||
text
|
||||
# Firewall configuration
|
||||
firewall --enabled
|
||||
firewall --enabled --service=mdns
|
||||
# Run the Setup Agent on first boot
|
||||
firstboot --reconfig
|
||||
# Keyboard layouts
|
||||
@ -23,7 +23,7 @@ rootpw --iscrypted --lock locked
|
||||
# SELinux configuration
|
||||
selinux --disabled
|
||||
# System services
|
||||
services --disabled="sshd" --enabled="NetworkManager,systemd-resolved"
|
||||
services --disabled="sshd" --enabled="NetworkManager,chronyd"
|
||||
# System timezone
|
||||
timezone Europe/Paris --utc
|
||||
# Use network installation
|
||||
|
Reference in New Issue
Block a user