Added one more nodump attribute.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-10-04 19:37:37 +00:00
parent 71ba45f779
commit cad7b50152

View File

@ -67,7 +67,7 @@ linkend="chapter-temporary-tools"/> and the
files have been created, user name and group name resolution will now
work.</para>
<screen><userinput>exec /tools/bin/bash --login +h</userinput></screen>
<screen role="nodump"><userinput>exec /tools/bin/bash --login +h</userinput></screen>
<para>Note the use of the <parameter>+h</parameter> directive. This tells
<command>bash</command> not to use its internal path hashing. Without this