aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-08-03 21:46:44 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-08-03 21:46:44 -0500
commit6a123d054ec26bcb1a53177e2f5c5622a06dac7e (patch)
tree3ec2f3fdc10f4236ba2b5846f52fc93b60945eb0 /chapter07
parentd04ce158fe2f20829b45961f5217ced1a67e6923 (diff)
parent99b29384ca1889da5776b261009940c239ae2958 (diff)
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/createfiles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/createfiles.xml b/chapter07/createfiles.xml
index c55d40836..79fdaaf97 100644
--- a/chapter07/createfiles.xml
+++ b/chapter07/createfiles.xml
@@ -48,7 +48,7 @@
as well:</para>
<screen><userinput>cat &gt; /etc/hosts &lt;&lt; EOF
-"127.0.0.1 localhost $(hostname)"
+127.0.0.1 localhost $(hostname)
::1 localhost
EOF</userinput></screen>