diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 22:11:35 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 22:11:35 +0000 |
commit | 30b270f9ce9c8a0bb82f20b21f2e08c9d6ba9ff4 (patch) | |
tree | f9d224ec64407a4232eb7bbea8a2ea422bac65e5 /chapter06 | |
parent | d65f176131b1b2eebd1483e9c7dee01b48ddf414 (diff) |
static->stage1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 14fb963c1..e4cae75a0 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -84,7 +84,7 @@ file in the <filename>glibc-&glibc-version;</filename> tree.</para> <filename>libnss_*</filename> files. This will also get rid of the <emphasis>I have no name!</emphasis> message in the command prompt:</para> -<para><screen><userinput>exec /static/bin/bash --login</userinput></screen></para> +<para><screen><userinput>exec /stage1/bin/bash --login</userinput></screen></para> </sect2> |