diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-10-18 17:38:30 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-10-18 17:38:30 +0000 |
commit | 1ae2ba4261f734b47398a43dbef97ac16e9f7060 (patch) | |
tree | 5de673d82e19d76ac41e7c0cb123bf57cfb8bb09 /chapter05 | |
parent | b13b4e3c9a90f963d0bb7248d45c23df88e42b35 (diff) |
reworded
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/installasuser.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/chapter05/installasuser.xml b/chapter05/installasuser.xml index d7cdbe546..c231925ea 100644 --- a/chapter05/installasuser.xml +++ b/chapter05/installasuser.xml @@ -22,12 +22,14 @@ to it:</para> <para><screen><userinput>chown -R lfs $LFS/static</userinput></screen></para> -<para>Now you can login as user "lfs". You can do this two ways: either -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 set up a good environment to work in:</para> - -<para><screen><userinput>cat > ~/.bash_profile << "EOF" +<para>You have to login as user <emphasis>lfs</emphasis> now to continue +with the rest of this chapter. You can do this two ways: either the normal +way through the console or the display manager, or with +<userinput>su - lfs</userinput>. When you're working as user +<emphasis>lfs</emphasis>, type the following commands to set up a good +environment to work in:</para> + +<para><screen><userinput>cat > ~lfs/.bash_profile << "EOF" umask 022 LFS=/mnt/lfs |