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/gshadow | |
parent | 2b9993073cd4d378555ac40302ece96ade0178db (diff) | |
download | archiso32-9849db6af760b2153f773c321aefc8ed86e0184f.tar.xz |
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/gshadow')
-rw-r--r-- | configs/syslinux-iso/overlay/etc/gshadow | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/configs/syslinux-iso/overlay/etc/gshadow b/configs/syslinux-iso/overlay/etc/gshadow deleted file mode 100644 index 18ce995..0000000 --- a/configs/syslinux-iso/overlay/etc/gshadow +++ /dev/null @@ -1,29 +0,0 @@ -root:::root -bin:::root,bin,daemon -daemon:::root,bin,daemon -sys:::root,bin -adm:::root,daemon -tty::: -disk:::root,arch -lp:::daemon -mem::: -kmem::: -wheel:::root,arch -ftp::: -mail::: -uucp::: -log:::root -locate::: -smmsp::: -http::: -games::: -network:x:: -video:x:: -audio:::arch -optical:::arch -floppy:x:: -storage:x:: -scanner:x:: -power:x:: -nobody::: -users:::arch |