diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-21 02:20:56 -0600 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-21 02:20:56 -0600 |
commit | 4c3572f415e6e640154dbcb385ea3f524004d4c9 (patch) | |
tree | 0782c23616992e7800a2f1a0d8e3fbe001e75d54 /configs/install-iso/overlay/etc/rc.conf | |
parent | 77e9ea45caa7608557b1443acf0ae7d1b27248de (diff) | |
download | archiso32-4c3572f415e6e640154dbcb385ea3f524004d4c9.tar.xz |
Cleanup the install-iso Makefile
Also do some tidying of the config and set the
default timezone to nothing, to prevent hiccups on
rc.shutdown
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/install-iso/overlay/etc/rc.conf b/configs/install-iso/overlay/etc/rc.conf index 6dec7d2..43b672f 100644 --- a/configs/install-iso/overlay/etc/rc.conf +++ b/configs/install-iso/overlay/etc/rc.conf @@ -5,7 +5,7 @@ LOCALE_DEFAULT="en_US.UTF-8" CLOCK_DEFAULT="localtime" -TIMEZONE_DEFAULT="America/Chicago" +TIMEZONE_DEFAULT="" KEYMAP_DEFAULT="us" LOCALE="$(cmdline_param locale ${LOCALE_DEFAULT})" @@ -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 crond) +DAEMONS=(syslog-ng network) #TODO: auto-network find-disks find-user-home |