diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2009-11-29 18:12:39 -0300 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-12-01 13:21:29 -0800 |
commit | 9849db6af760b2153f773c321aefc8ed86e0184f (patch) | |
tree | ac6f1ec45f47cc4025d0d5ac1668f4957ee7309d /configs/syslinux-iso/overlay/etc/group | |
parent | 2b9993073cd4d378555ac40302ece96ade0178db (diff) |
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 <vmlinuz386@yahoo.com.ar>
[Aaron: Merged changes into syslinux-iso as well]
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'configs/syslinux-iso/overlay/etc/group')
-rw-r--r-- | configs/syslinux-iso/overlay/etc/group | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/configs/syslinux-iso/overlay/etc/group b/configs/syslinux-iso/overlay/etc/group deleted file mode 100644 index 17eeb63..0000000 --- a/configs/syslinux-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 |