diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-05-29 22:05:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-05-29 22:05:38 +0000 |
commit | 1f5a5864d2e3a4a04bbc1a76f2ac4665ff485650 (patch) | |
tree | 71d0efe919a84cc758a2dc886e39795a5dceaf04 /chapter06/createfiles.xml | |
parent | 18fa90938b1505e9a0142883599fd560057a56ff (diff) |
Tweak additions and deletion of tester user.
Explain test filures in bash.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11868 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r-- | chapter06/createfiles.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 8e7b78410..74a071df0 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -345,8 +345,9 @@ EOF</userinput></screen> <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::/tmp:/bin/bash" >> /etc/passwd -echo "tester:x:101:dummy" >> /etc/group</userinput></screen> +<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 |