From 9849db6af760b2153f773c321aefc8ed86e0184f Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sun, 29 Nov 2009 18:12:39 -0300 Subject: Create user and locales at boot-time. * Avoids having to maintain a private copy of the files: passwd/shadow/group/gshadow * Similar but for locales, as well as the advantage of having ready the locale database that the user wants. (all NN_MM* will be enabled) Signed-off-by: Gerardo Exequiel Pozzi [Aaron: Merged changes into syslinux-iso as well] Signed-off-by: Aaron Griffin --- configs/install-iso/overlay/etc/group | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 configs/install-iso/overlay/etc/group (limited to 'configs/install-iso/overlay/etc/group') diff --git a/configs/install-iso/overlay/etc/group b/configs/install-iso/overlay/etc/group deleted file mode 100644 index 17eeb63..0000000 --- a/configs/install-iso/overlay/etc/group +++ /dev/null @@ -1,29 +0,0 @@ -root:x:0:root -bin:x:1:root,bin,daemon -daemon:x:2:root,bin,daemon -sys:x:3:root,bin -adm:x:4:root,daemon -tty:x:5: -disk:x:6:root,arch -lp:x:7:daemon -mem:x:8: -kmem:x:9: -wheel:x:10:root,arch -ftp:x:11: -mail:x:12: -uucp:x:14: -log:x:19:root -locate:x:21: -smmsp:x:25: -http:x:33: -games:x:50: -network:x:90: -video:x:91: -audio:x:92:arch -optical:x:93:arch -floppy:x:94: -storage:x:95: -scanner:x:96: -power:x:98: -nobody:x:99: -users:x:100:arch -- cgit v1.2.3-54-g00ecf