| 1234567891011121314151617 | 
							- <?xml version="1.0" encoding="ISO-8859-1"?>
 
- <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 
-   <!ENTITY % general-entities SYSTEM "../general.ent">
 
-   %general-entities;
 
- ]>
 
- <sect1 id="ch-system-revisedchroot">
 
- <title>Cleaning up</title>
 
- <?dbhtml filename="revisedchroot.html"?>
 
- <para>Modified chroot command:</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>
 
- </sect1>
 
 
  |