From 338c63fb69af72ca10964051da35539ff2ea8882 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 30 May 2020 18:14:52 +0000 Subject: Fix groups for user tester, and a forgotten tester in sed tests git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11877 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/createfiles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/createfiles.xml') diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 74a071df0..53c80e0a2 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -346,7 +346,7 @@ EOF user here and delete this account at the end of the chapter. echo "tester:x:101:101::/home/tester:/bin/bash" >> /etc/passwd -echo "tester:x:101:dummy" >> /etc/group +echo "tester:x:101:" >> /etc/group install -o tester -d /home/tester To remove the I have no name! prompt, start a new -- cgit v1.2.3-54-g00ecf