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/install-iso/overlay/etc/shadow | |
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/install-iso/overlay/etc/shadow')
-rw-r--r-- | configs/install-iso/overlay/etc/shadow | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/install-iso/overlay/etc/shadow b/configs/install-iso/overlay/etc/shadow deleted file mode 100644 index e212812..0000000 --- a/configs/install-iso/overlay/etc/shadow +++ /dev/null @@ -1,8 +0,0 @@ -root::99999:::::: -bin:x:0:::::: -daemon:x:0:::::: -mail:x:0:::::: -ftp:x:0:::::: -http:x:0:::::: -nobody:x:0:::::: -arch::12922:0:99999:7::: |