Эх сурвалжийг харах

reworded

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 жил өмнө
parent
commit
1ae2ba4261

+ 8 - 6
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 &gt; ~/.bash_profile &lt;&lt; "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 &gt; ~lfs/.bash_profile &lt;&lt; "EOF"
 umask 022
 
 LFS=/mnt/lfs