diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-09-03 19:27:48 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-09-03 19:27:48 +0000 |
commit | 09163e546d6aa1d61bc88c6992af8132ca68117d (patch) | |
tree | 10431b2f4bdfd47d6d0b083f0b7ff780dfdcf608 | |
parent | 6903d5eff32738868d4ada9a7749820f3e1aafb2 (diff) |
building temp system is ch 5, next one of ch 4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter04/addinguser.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter04/addinguser.xml b/chapter04/addinguser.xml index 8b425c87c..4121f4d1c 100644 --- a/chapter04/addinguser.xml +++ b/chapter04/addinguser.xml @@ -12,7 +12,7 @@ <para>When logged in as user <systemitem class="username">root</systemitem>, making a single mistake can damage or destroy a system. Therefore, we - recommend building the packages in this chapter as an unprivileged user. + recommend building the packages in next chapter as an unprivileged user. You could use your own user name, but to make it easier to set up a clean working environment, create a new user called <systemitem class="username">lfs</systemitem> as a member of a new group (also named |