mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-19 18:55:09 +01:00
Added a few nodump attributes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6978 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6bff916735
commit
de927882c9
@ -77,7 +77,7 @@ on the system rather than using its own readline version.</para></listitem>
|
|||||||
<para>Run the newly compiled <command>bash</command> program (replacing the one that is
|
<para>Run the newly compiled <command>bash</command> program (replacing the one that is
|
||||||
currently being executed):</para>
|
currently being executed):</para>
|
||||||
|
|
||||||
<screen><userinput>exec /bin/bash --login +h</userinput></screen>
|
<screen role="nodump"><userinput>exec /bin/bash --login +h</userinput></screen>
|
||||||
|
|
||||||
<note><para>The parameters used make the <command>bash</command>
|
<note><para>The parameters used make the <command>bash</command>
|
||||||
process an interactive login shell and continue to disable hashing so
|
process an interactive login shell and continue to disable hashing so
|
||||||
|
@ -70,7 +70,7 @@ system. If the <filename>/usr/share/info/dir</filename> file ever
|
|||||||
needs to be recreated, the following optional commands will accomplish
|
needs to be recreated, the following optional commands will accomplish
|
||||||
the task:</para>
|
the task:</para>
|
||||||
|
|
||||||
<screen><userinput>cd /usr/share/info
|
<screen role="nodump"><userinput>cd /usr/share/info
|
||||||
rm dir
|
rm dir
|
||||||
for f in *
|
for f in *
|
||||||
do install-info $f dir 2>/dev/null
|
do install-info $f dir 2>/dev/null
|
||||||
|
@ -140,7 +140,7 @@ these programs.</para>
|
|||||||
<para>Documentation for other available options can be obtained by
|
<para>Documentation for other available options can be obtained by
|
||||||
running the following command:</para>
|
running the following command:</para>
|
||||||
|
|
||||||
<screen><userinput>vim -c ':options'</userinput></screen>
|
<screen role="nodump"><userinput>vim -c ':options'</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user