mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
reworded
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b13b4e3c9a
commit
1ae2ba4261
@ -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 > ~/.bash_profile << "EOF"
|
||||
<para><screen><userinput>cat > ~lfs/.bash_profile << "EOF"
|
||||
umask 022
|
||||
|
||||
LFS=/mnt/lfs
|
||||
|
Loading…
Reference in New Issue
Block a user