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/rc.conf | |
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/rc.conf')
-rw-r--r-- | configs/install-iso/overlay/etc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/install-iso/overlay/etc/rc.conf b/configs/install-iso/overlay/etc/rc.conf index 6b8e434..8b1c9bc 100644 --- a/configs/install-iso/overlay/etc/rc.conf +++ b/configs/install-iso/overlay/etc/rc.conf @@ -21,5 +21,5 @@ MOD_AUTOLOAD="yes" HOSTNAME="archiso" #TODO add more auto-daemons here, especially the live-cd specific stuff -DAEMONS=(syslog-ng network) +DAEMONS=(syslog-ng network archiso) #TODO: auto-network find-disks find-user-home |