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/passwd | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 configs/install-iso/overlay/etc/passwd (limited to 'configs/install-iso/overlay/etc/passwd') diff --git a/configs/install-iso/overlay/etc/passwd b/configs/install-iso/overlay/etc/passwd deleted file mode 100644 index 1f50bcf..0000000 --- a/configs/install-iso/overlay/etc/passwd +++ /dev/null @@ -1,8 +0,0 @@ -root:x:0:0:root:/root:/bin/bash -bin:x:1:1:bin:/bin:/bin/false -daemon:x:2:2:daemon:/sbin:/bin/false -mail:x:8:12:mail:/var/spool/mail:/bin/false -ftp:x:14:11:ftp:/srv/ftp:/bin/false -http:x:33:33:http:/srv/http:/bin/false -nobody:x:99:99:nobody:/:/bin/false -arch:x:1000:100:users:/home/arch:/bin/bash -- cgit v1.2.3-54-g00ecf