diff options
author | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-05-30 07:00:00 +0000 |
---|---|---|
committer | Thomas Trepl <thomas@linuxfromscratch.org> | 2020-05-30 07:00:00 +0000 |
commit | 777c890b8ca26c4266e14e7f89c6be301da05c42 (patch) | |
tree | 3d848ebc02d61708b5cf6d5de249c24ab8d7640d /chapter06/createfiles.xml | |
parent | 160e72c2431f08e3ab14fd212b9723cc16579b0c (diff) |
MultiLib: Merge changes up to 11861
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11871 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r-- | chapter06/createfiles.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 0941391e2..20278d6e8 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -364,6 +364,13 @@ EOF</userinput></screen> administrator since well-written programs do not depend on GID numbers, but rather use the group's name.</para> + <para>Some tests later in the chapter need a regular user. We add this + user here and delete this account at the end of the chapter.</para> + +<screen><userinput>echo "tester:x:101:101::/home/tester:/bin/bash" >> /etc/passwd +echo "tester:x:101:dummy" >> /etc/group +install -o tester -d /home/tester</userinput></screen> + <para>To remove the <quote>I have no name!</quote> prompt, start a new shell. Since a full Glibc was installed in <xref linkend="chapter-temporary-tools"/> and the |