Fixe to solve the name resolution issue
This commit is contained in:
@ -16,8 +16,8 @@ timezone Europe/Paris --utc # Set system timezone to Paris
|
||||
rootpw --lock --iscrypted locked # Lock the root account
|
||||
|
||||
selinux --disabled # Make sure SELinux is disabled / Other option: --enforcing
|
||||
firewall --enabled # Make sure the firewall is enabled
|
||||
services --enabled=NetworkManager,systemd-resolved --disabled=sshd
|
||||
firewall --enabled --service=mdns # Make sure the firewall is enabled
|
||||
services --enabled=NetworkManager,chronyd --disabled=sshd
|
||||
network --onboot=yes --bootproto=dhcp --device=link --activate --hostname=phyllome-alpha # Configure network interfaces and set hostname. "link" selects the first device reaching an up state
|
||||
|
||||
zerombr # WARNING : Dangerous command ! Will clear the Master Boot Record
|
||||
|
Reference in New Issue
Block a user