diff --git a/install.uefi b/install.uefi index 47c32eb..26b84ae 100644 --- a/install.uefi +++ b/install.uefi @@ -141,8 +141,13 @@ echo "KEYMAP=${KEYMAP}" > /mnt/etc/vconsole.conf echo "${HOSTNAME_NEW}" > /mnt/etc/hostname cat > /mnt/etc/hosts << EOF +# The following lines are desirable for IPv4 capable hosts 127.0.0.1 localhost -::1 localhost + +# The following lines are desirable for IPv6 capable hosts +::1 localhost ip6-localhost ip6-loopback +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters EOF #echo "127.0.0.1 localhost" > /etc/hosts #echo "::1 localhost" >> /etc/hosts