fixed correct parsing

This commit is contained in:
tux 2023-05-18 19:15:17 +02:00
parent 3ec6b54396
commit f1e348bf9a

View File

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