From c0f6d26e1f7bbf3787ec3684c1430cb442dfa8fc Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 31 Jan 2002 23:17:30 +0000 Subject: added && at the enf of the adduser command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/installasuser.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/installasuser.xml b/chapter05/installasuser.xml index c459f72e6..18f8fe4d7 100644 --- a/chapter05/installasuser.xml +++ b/chapter05/installasuser.xml @@ -13,7 +13,7 @@ is as clean as possible, we'll create a new user lfs that can be used while building the static installation. Issuing the following commands as root will create a new user "lfs": -useradd -s /bin/bash -m lfs +useradd -s /bin/bash -m lfs && passwd lfs Now it's time to change the permissions on your LFS partitions -- cgit v1.2.3-54-g00ecf