mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-21 22:48:31 +00:00
2ea93a3240
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
21 lines
860 B
XML
21 lines
860 B
XML
<sect1 id="ch06-revisedchroot">
|
|
<title>Revised chroot command</title>
|
|
<?dbhtml filename="revisedchroot.html" dir="chapter06"?>
|
|
|
|
<para>From now on when you exit the chroot environment and wish to re-enter
|
|
it, you should run the following modified chroot command.</para>
|
|
|
|
<para>Additionally, now that all software has been installed there is no
|
|
need to use anything from the <filename
|
|
class="directory">/tools</filename> directory anymore, so it may be deleted.
|
|
However, since the Tcl, Expect, and DejaGnu packages only exist here, you
|
|
may want to reinstall them after removing that directory.</para>
|
|
|
|
<para><screen><userinput>chroot $LFS /usr/bin/env -i \
|
|
HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
|
|
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
|
|
/bin/bash --login</userinput></screen></para>
|
|
|
|
</sect1>
|
|
|