Fixe to solve the name resolution issue

This commit is contained in:
lukas
2024-01-01 18:36:23 +01:00
parent 99aec6f314
commit d5ef3f1524
9 changed files with 13 additions and 13 deletions

View File

@ -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