diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-08 19:40:42 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-08 19:40:42 +0000 |
commit | 0ebe9fa45e76f5ec30311fefd864ca1f37683432 (patch) | |
tree | 668d3d1c0f3a5aee0cdc24f6086460a1ca26232c /chapter07/hosts.xml | |
parent | 50993e3328b6805cf541d612bac341220b460457 (diff) |
Added the last nodump attributes (I hope.)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6984 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/hosts.xml')
-rw-r--r-- | chapter07/hosts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/hosts.xml b/chapter07/hosts.xml index 30644cd34..f08dfab4e 100644 --- a/chapter07/hosts.xml +++ b/chapter07/hosts.xml @@ -62,7 +62,7 @@ machine will be connected to an existing network).</para> <para>If a network card is not going to be configured, create the <filename>/etc/hosts</filename> file by running:</para> -<screen><userinput>cat > /etc/hosts << "EOF" +<screen role="nodump"><userinput>cat > /etc/hosts << "EOF" <literal># Begin /etc/hosts (no network card version) 127.0.0.1 <replaceable>[<HOSTNAME>.example.org]</replaceable> <replaceable>[HOSTNAME]</replaceable> localhost |