diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-19 22:42:12 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-19 22:42:12 +0000 |
commit | 9bb59863bb6f251f4f950f489ac6571f567fd016 (patch) | |
tree | c2da06787925c0df31ce85afe8164d65789ccbe1 /chapter06/chrootcmd.xml | |
parent | c091a4a199f8d50432d101477a475604b5ebac13 (diff) |
Removed the <blockquote><literallayout> and their closing tags from
chrootcmd.xml and added them to the files that call chrootcmd. This
allows for adding more commands around chroot (like logout in
glibc-inst.xml)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chrootcmd.xml')
-rw-r--r-- | chapter06/chrootcmd.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter06/chrootcmd.xml b/chapter06/chrootcmd.xml index 9b3b7e881..ea78af0c1 100644 --- a/chapter06/chrootcmd.xml +++ b/chapter06/chrootcmd.xml @@ -1,6 +1,4 @@ -<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> |