diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-05 20:53:15 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-05 20:53:15 +0000 |
commit | 5aabada8fbfe8b9bfecfc129b44ba0ea2ed7f4e1 (patch) | |
tree | 3b4ee8d65f4dedad0c5a659563992388395ff4c3 /chapter06 | |
parent | 66f81eae53b2f6fcbaa2cff7779709e684c3f7b2 (diff) |
After the installation you can't use logout && chroot (not the same
shell)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc-inst.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.sgml b/chapter06/glibc-inst.sgml index 45a55beff..eac593f04 100644 --- a/chapter06/glibc-inst.sgml +++ b/chapter06/glibc-inst.sgml @@ -71,7 +71,7 @@ commands to do that: <blockquote><literallayout> - <userinput>logout &&</userinput> + <userinput>logout</userinput> <userinput>chroot $LFS /usr/bin/env -i HOME=/root /bin/bash --login</userinput> |