From f8fe89705735085bfabefb9b87028e3562696af0 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 6 Apr 2014 03:19:37 +0000 Subject: Add groups and a user for systemd. Correct files so udev rule for persistent network cards works properly. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10525 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/createfiles.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter06') diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 4d7fcac31..5161d6505 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -66,6 +66,7 @@ ln -sv bash /bin/sh cat > /etc/passwd << "EOF" root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/dev/null:/bin/false +messagebus:x:18:18:D-Bus Message Daemon User:/var/run/dbus:/bin/false nobody:x:99:99:Unprivileged User:/dev/null:/bin/false EOF @@ -92,6 +93,9 @@ video:x:12: utmp:x:13: usb:x:14: cdrom:x:15: +adm:x:16: +messagebus:x:18: +systemd-journal:x:23: mail:x:34: nogroup:x:99: EOF -- cgit v1.2.3-54-g00ecf