diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-05-27 03:38:29 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-05-27 03:38:29 +0000 |
commit | cbd8bf0ff339fce586b58ae892de89b30b078241 (patch) | |
tree | 82a7c9a5e22410e9e6a1310ab4c44a196278f731 /chapter06/createfiles.xml | |
parent | 35a5259fe64d197ee8202a38e58db4f3ea5383e9 (diff) |
Updates after a successful jhalfs build
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/createfiles.xml')
-rw-r--r-- | chapter06/createfiles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 4c88468c3..5f2264628 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -154,7 +154,7 @@ messagebus:x:18:18:D-Bus Message Daemon User:/var/run/dbus:/bin/false nobody:x:99:99:Unprivileged User:/dev/null:/bin/false</literal> EOF</userinput></screen> -<screen revision="systmed"><userinput>cat > /etc/passwd << "EOF" +<screen revision="systemd"><userinput>cat > /etc/passwd << "EOF" <literal>root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/dev/null:/bin/false daemon:x:6:6:Daemon User:/dev/null:/bin/false |