diff options
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> |