From f1e348bf9a58d9df93ba48e265c8911985bb7f83 Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 18 May 2023 19:15:17 +0200 Subject: [PATCH] fixed correct parsing --- chap8p2.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chap8p2.sh b/chap8p2.sh index 73e99b2..ea88193 100644 --- a/chap8p2.sh +++ b/chap8p2.sh @@ -1078,7 +1078,7 @@ DHCP=ipv4 UseDomains=true EOF echo "$HOSTNAME" > /etc/hostname && -cat > /etc/hosts << "EOF" && +cat > /etc/hosts << EOF && # Begin /etc/hosts 127.0.0.1 localhost.localdomain localhost @@ -1089,11 +1089,11 @@ ff02::2 ip6-allrouters # End /etc/hosts EOF -cat > /etc/vconsole.conf << "EOF" && +cat > /etc/vconsole.conf << EOF && KEYMAP="$KEYMAP" FONT=Lat2-Terminus16 EOF -cat > /etc/locale.conf << "EOF" && +cat > /etc/locale.conf << EOF && LANG="$LOCALE" EOF cat > /etc/inputrc << "EOF" &&