浏览代码

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

Pierre Labastie 8 年之前
父节点
当前提交
a542116576
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chapter07/networkd.xml

+ 1 - 1
chapter07/networkd.xml

@@ -253,7 +253,7 @@ EOF</userinput></screen>
      <para>If using a static address, create the <filename>/etc/hosts</filename>
      <para>If using a static address, create the <filename>/etc/hosts</filename>
      file by running this command instead:</para>
      file by running this command instead:</para>
 
 
-<screen role="nodump"><userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"
+<screen><userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"
 <literal># Begin /etc/hosts
 <literal># Begin /etc/hosts
 
 
 127.0.0.1 localhost
 127.0.0.1 localhost