diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-05 04:59:41 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-05 16:30:43 +0800 |
commit | 8a572f06bb088ada73a0522625b3618e2d377bd8 (patch) | |
tree | cecddfaf6f5500470e7ba215402f7e0d5551a859 /chapter04 | |
parent | 070bc9a4f72fc3b8bfde76bd93f46f8086bb8e19 (diff) |
don't chown $LFS/sources to lfs (#5018)
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/addinguser.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index 49fb43466..535f20b02 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -85,12 +85,6 @@ case $(uname -m) in x86_64) chown -v lfs $LFS/lib64 ;; esac</userinput></screen> - <para>If a separate working directory was created as suggested, give - user <systemitem class="username">lfs</systemitem> ownership of this - directory:</para> - -<screen><userinput>chown -v lfs $LFS/sources</userinput></screen> - <note><para>In some host systems, the following command does not complete properly and suspends the login to the lfs user to the background. If the prompt "lfs:~$" does not appear immediately, entering the |