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 UseDomains=true
EOF EOF
echo "$HOSTNAME" > /etc/hostname && echo "$HOSTNAME" > /etc/hostname &&
cat > /etc/hosts << "EOF" && cat > /etc/hosts << EOF &&
# Begin /etc/hosts # Begin /etc/hosts
127.0.0.1 localhost.localdomain localhost 127.0.0.1 localhost.localdomain localhost
@ -1089,11 +1089,11 @@ ff02::2 ip6-allrouters
# End /etc/hosts # End /etc/hosts
EOF EOF
cat > /etc/vconsole.conf << "EOF" && cat > /etc/vconsole.conf << EOF &&
KEYMAP="$KEYMAP" KEYMAP="$KEYMAP"
FONT=Lat2-Terminus16 FONT=Lat2-Terminus16
EOF EOF
cat > /etc/locale.conf << "EOF" && cat > /etc/locale.conf << EOF &&
LANG="$LOCALE" LANG="$LOCALE"
EOF EOF
cat > /etc/inputrc << "EOF" && cat > /etc/inputrc << "EOF" &&