diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-30 12:51:22 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-30 12:51:22 +0000 |
commit | d72e04ae7c868b734e3ad39982b169c71444f541 (patch) | |
tree | 8009bd8eb42c8b44e5c78decfd41c579e74a2c3b /chapter04/settingenviron.xml | |
parent | bce08efc719e0824225490272cefa848a2313b24 (diff) |
Added <literal> tags.
Added NEW comments to commands that differs from testing.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4599 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04/settingenviron.xml')
-rw-r--r-- | chapter04/settingenviron.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index 9f67ae74d..73006ea42 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -8,16 +8,16 @@ <?dbhtml filename="settingenvironment.html"?> <screen><userinput>cat > ~/.bash_profile << "EOF" -exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash +<literal>exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash</literal> EOF</userinput></screen> <screen><userinput>cat > ~/.bashrc << "EOF" -set +h +<literal>set +h umask 022 LFS=/mnt/lfs LC_ALL=POSIX PATH=/tools/bin:/bin:/usr/bin -export LFS LC_ALL PATH +export LFS LC_ALL PATH</literal> EOF</userinput></screen> <screen><userinput>source ~/.bash_profile</userinput></screen> |