From 26039f1801721812f8e1205f322a34ed231fecdb Mon Sep 17 00:00:00 2001 From: eichehome Date: Wed, 19 Jul 2023 21:05:35 +0200 Subject: [PATCH] Zeile mit dem lokalen hostnamel aus /etc/hosts entfernt, da nicht von systemd erkannt. --- install.uefi | 1 - 1 file changed, 1 deletion(-) diff --git a/install.uefi b/install.uefi index 92bf201..47c32eb 100644 --- a/install.uefi +++ b/install.uefi @@ -143,7 +143,6 @@ echo "${HOSTNAME_NEW}" > /mnt/etc/hostname cat > /mnt/etc/hosts << EOF 127.0.0.1 localhost ::1 localhost -127.0.1.1 ${HOSTNAME_NEW}.localedomain ${HOSTNAME_NEW} EOF #echo "127.0.0.1 localhost" > /etc/hosts #echo "::1 localhost" >> /etc/hosts