aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/revisedchroot.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r--chapter06/revisedchroot.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml
deleted file mode 100644
index d824c2d17..000000000
--- a/chapter06/revisedchroot.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<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>
-
-<screen><userinput>chroot $LFS /usr/bin/env -i \
-&nbsp;&nbsp;&nbsp;&nbsp;HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
-&nbsp;&nbsp;&nbsp;&nbsp;PATH=/bin:/usr/bin:/sbin:/usr/sbin \
-&nbsp;&nbsp;&nbsp;&nbsp;/bin/bash --login</userinput></screen>
-
-<para>The reason being there is no longer any need to use programs from the
-<filename class="directory">/tools</filename> directory. However, we don't
-want to remove the <filename class="directory">/tools</filename> directory
-just yet. There is still some use for it towards the end of the book.</para>
-
-</sect1>
-