diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-15 22:39:23 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-15 22:39:23 +0000 |
commit | 8f752242daade0f5a6ef94e7bcf7b7f082f2837e (patch) | |
tree | ccc771e9f2152f3170cddd484bc465879fb1e81c /chapter05 | |
parent | e3a72b120b009457a21026ca959c4492c9a92140 (diff) |
Putting tarballs and patches in $LFS/sources.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2988 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/adding-user.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/adding-user.xml b/chapter05/adding-user.xml index 65aaa8a2d..4f6f487c5 100644 --- a/chapter05/adding-user.xml +++ b/chapter05/adding-user.xml @@ -19,6 +19,11 @@ of the directory:</para> <screen><userinput>chown lfs $LFS/tools</userinput></screen> +<para>If you made a separate working directory as suggested, give user +<emphasis>lfs</emphasis> ownership of this directory too:</para> + +<screen><userinput>chown lfs $LFS/sources</userinput></screen> + <para>Next, login as user <emphasis>lfs</emphasis>. This can be done via a virtual console, through a display manager, or with the following substitute user command:</para> |