diff options
Diffstat (limited to 'chapter06/bash-inst.xml')
-rw-r--r-- | chapter06/bash-inst.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/chapter06/bash-inst.xml b/chapter06/bash-inst.xml index bc5c142c6..b1872638f 100644 --- a/chapter06/bash-inst.xml +++ b/chapter06/bash-inst.xml @@ -18,15 +18,7 @@ The static bash is replaced with the dynamic bash and the chroot'ed environment is re-entered by running: </para> -<blockquote><literallayout> - <userinput>mv $LFS/usr/bin/bash $LFS/usr/bin/bashbug - $LFS/bin &&</userinput> - <userinput>chroot $LFS /usr/bin/env -i HOME=/root - \</userinput> - <userinput> TERM=$TERM /bin/bash - --login</userinput> - -</literallayout></blockquote> +&c6-chrootcmd; </sect2> |