diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-05 20:13:31 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-05 20:13:31 +0000 |
commit | debe1b56f3a5c008c40942617a509e2263c1ea18 (patch) | |
tree | a5fc50662101427ab5e603df22fda4e16d1a37e7 /chapter05/installasuser.xml | |
parent | 7cec66e8249658c727133f0a1d7dff8f8298db4f (diff) |
xml fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1666 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/installasuser.xml')
-rw-r--r-- | chapter05/installasuser.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/installasuser.xml b/chapter05/installasuser.xml index c8939d6a4..21d455ec1 100644 --- a/chapter05/installasuser.xml +++ b/chapter05/installasuser.xml @@ -27,7 +27,7 @@ the normal way through the console or the display manager, or with <userinput>su - lfs</userinput>. When you're working as user "lfs", type the following commands to setup a good environment to work in:</para> -<para><screen><userinput>cat > ~/.bash_profile << "EOF" +<para><screen><userinput>cat > ~/.bash_profile << "EOF" umask 022 LFS=/mnt/lfs |