diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-22 23:31:21 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-22 23:31:21 +0000 |
commit | a65b85fa890df5a24787ebbda6f2af1afd7faca5 (patch) | |
tree | 9c88d6e727de63d5c4ae90646efef6a6d2dcc1f2 /chapter06/chrootcmd.xml | |
parent | 48812b722e650513f7d2b4a6011fe350458b2848 (diff) |
Added chrootcmd.xml and have bash-inst.xml, glibc-inst.xml, m4-inst.xml
and chroot.xml use that file
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@650 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chrootcmd.xml')
-rw-r--r-- | chapter06/chrootcmd.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/chrootcmd.xml b/chapter06/chrootcmd.xml new file mode 100644 index 000000000..9b3b7e881 --- /dev/null +++ b/chapter06/chrootcmd.xml @@ -0,0 +1,6 @@ +<blockquote><literallayout> + <userinput>cd $LFS &&</userinput> + <userinput>chroot $LFS /usr/bin/env -i HOME=/root + \</userinput> + <userinput> TERM=$TERM /bin/bash --login</userinput> +</literallayout></blockquote> |