diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2017-03-11 19:29:52 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2017-03-11 19:29:52 +0000 |
commit | a5421165763131799da0d62b1ad16e34eab2dc6e (patch) | |
tree | 32dd59bc9ab87c649822533aff75ededa60887fa /chapter07 | |
parent | a05450f636226f4e5d4ec45af6c05366b3be8373 (diff) |
Remove the role="nodump" for the staic /etc/hosts in systemd, so that jhalfs
can generate that file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11207 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/networkd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/networkd.xml b/chapter07/networkd.xml index 1ce19b8c1..54119f03e 100644 --- a/chapter07/networkd.xml +++ b/chapter07/networkd.xml @@ -253,7 +253,7 @@ EOF</userinput></screen> <para>If using a static address, create the <filename>/etc/hosts</filename> file by running this command instead:</para> -<screen role="nodump"><userinput>cat > /etc/hosts << "EOF" +<screen><userinput>cat > /etc/hosts << "EOF" <literal># Begin /etc/hosts 127.0.0.1 localhost |