diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-03 03:05:49 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-03 03:05:49 +0000 |
commit | 62ce377896b0518b6168b02382d1eb2d079d85ab (patch) | |
tree | e24eeff9982d4f4c23791513f62aa3dd32e6ce36 /chapter06/chroot.xml | |
parent | cac792e166367159f42f3fc6ea53bdf6be5b5ecb (diff) |
are rest->are reset
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@888 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chroot.xml')
-rw-r--r-- | chapter06/chroot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml index 59c312f03..03b850989 100644 --- a/chapter06/chroot.xml +++ b/chapter06/chroot.xml @@ -13,7 +13,7 @@ actually /mnt/lfs but the shell doesn't know that).</para> <para>The -i option will clear all environment variables for as long as you are in the chroot'ed environment and only the ROOT and TERM variables -are rest. The TERM=$TERM construction will set the $TERM value inside +are reset. The TERM=$TERM construction will set the $TERM value inside chroot to the same value as outside chroot which is needed for programs like vim and less to operate properly. If you need other variables present, such as CFLAGS or CXXFLAGS, you need to set them again.</para> |