diff options
Diffstat (limited to 'chapter08/revisedchroot.xml')
-rw-r--r-- | chapter08/revisedchroot.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index bc519d491..52c74a381 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -14,28 +14,6 @@ <screen><userinput>rm -rf /tmp/*</userinput></screen> - <para>Now log out and reenter the chroot environment with an updated - chroot command. From now on, use this updated chroot command any time - you need to reenter the chroot environment after exiting:</para> - -<screen role="nodump"><userinput>logout - -chroot "$LFS" /usr/bin/env -i \ - HOME=/root TERM="$TERM" \ - PS1='(lfs chroot) \u:\w\$ ' \ - PATH=/usr/bin:/usr/sbin \ - /usr/bin/bash --login</userinput></screen> - - <para>Here the <parameter>+h</parameter> option is not used anymore, since - all the previous programs have been replaced: hashing is therefore - possible.</para> - - <para>If the virtual kernel file systems have been unmounted, either manually - or through a reboot, ensure that the virtual kernel file systems are mounted - when reentering the chroot. This process was explained in <xref - linkend="ch-tools-bindmount"/> and <xref - linkend="ch-tools-kernfsmount"/>.</para> - <para>There are also several files installed in the /usr/lib and /usr/libexec directories with a file name extension of .la. These are "libtool archive" files. As already said, they are only useful when linking with static |