From 11f80239a82aa0a25eb52be237c46ee100ebe650 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sun, 8 May 2022 11:05:28 +0200 Subject: [PATCH] Removed /etc/hosts section The arch wiki doesn't include it anymore (legacy?) --- easy-arch.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/easy-arch.sh b/easy-arch.sh index 57162d1..295f965 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -344,14 +344,6 @@ sed -i "/^#$locale/s/^#//" /mnt/etc/locale.gen echo "LANG=$locale" > /mnt/etc/locale.conf echo "KEYMAP=$kblayout" > /mnt/etc/vconsole.conf -# Setting hosts file. -print "Setting hosts file." -cat > /mnt/etc/hosts <