git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-10-18 17:38:30 +00:00
parent b13b4e3c9a
commit 1ae2ba4261

View File

@ -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>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 &gt; ~/.bash_profile &lt;&lt; "EOF"
<para><screen><userinput>cat &gt; ~lfs/.bash_profile &lt;&lt; "EOF"
umask 022
LFS=/mnt/lfs