aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/revisedchroot.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-05-29 22:05:38 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-05-29 22:05:38 +0000
commit1f5a5864d2e3a4a04bbc1a76f2ac4665ff485650 (patch)
tree71d0efe919a84cc758a2dc886e39795a5dceaf04 /chapter06/revisedchroot.xml
parent18fa90938b1505e9a0142883599fd560057a56ff (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/revisedchroot.xml')
-rw-r--r--chapter06/revisedchroot.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml
index c39084882..ffe648865 100644
--- a/chapter06/revisedchroot.xml
+++ b/chapter06/revisedchroot.xml
@@ -73,5 +73,6 @@ rm -f /usr/lib/libz.a</userinput></screen>
<para>Finally, remove the temporary 'tester' usr account created at the
beginning of this chapter.</para>
-<screen><userinput>sed -i '/tester/d' /etc/passwd /etc/group</userinput></screen>
+<screen><userinput>sed -i '/tester/d' /etc/passwd /etc/group
+rm -rf /home/tester</userinput></screen>
</sect1>