aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/pwdgroup.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-22 22:26:46 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-22 22:26:46 +0000
commit360e2c43cd050de14a654927da9a7610af9e38ce (patch)
treefa36484dc5954a41335c6ec7ddf0b305c020129d /chapter06/pwdgroup.xml
parent1612f40eb9f1b8ea766ea308e40d6b3fe14f6fc5 (diff)
Adding some markup and doing miscellaneous shuffles.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pwdgroup.xml')
-rw-r--r--chapter06/pwdgroup.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml
index 24767482a..02243673f 100644
--- a/chapter06/pwdgroup.xml
+++ b/chapter06/pwdgroup.xml
@@ -49,6 +49,11 @@ the <quote>I have no name!</quote> prompt.</para>
<screen><userinput>exec /tools/bin/bash --login +h</userinput></screen>
+<para>Note the use of the <userinput>+h</userinput> directive. This tells
+<userinput>bash</userinput> not to use its internal path hashing. Without this
+directive, <userinput>bash</userinput> would remember the paths to binaries it
+has executed. Since as we go through this chapter, we want to use our newly
+compiled binaries as soon as they are installed, we turn off this function.</para>
</sect1>