diff options
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 |