From 4c3572f415e6e640154dbcb385ea3f524004d4c9 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 21 Dec 2008 02:20:56 -0600 Subject: 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 --- configs/install-iso/overlay/etc/arch-release | 2 +- configs/install-iso/overlay/etc/fstab | 2 -- configs/install-iso/overlay/etc/issue | 2 +- configs/install-iso/overlay/etc/rc.conf | 4 ++-- 4 files changed, 4 insertions(+), 6 deletions(-) (limited to 'configs/install-iso/overlay') diff --git a/configs/install-iso/overlay/etc/arch-release b/configs/install-iso/overlay/etc/arch-release index a064d1f..153f8b2 100644 --- a/configs/install-iso/overlay/etc/arch-release +++ b/configs/install-iso/overlay/etc/arch-release @@ -1 +1 @@ -Arch Linux Live Installer 2008.06 (Overlord) +Arch Linux Live ISO diff --git a/configs/install-iso/overlay/etc/fstab b/configs/install-iso/overlay/etc/fstab index 0d5a001..377ae56 100644 --- a/configs/install-iso/overlay/etc/fstab +++ b/configs/install-iso/overlay/etc/fstab @@ -1,6 +1,4 @@ -# # /etc/fstab: static file system information -# # unionfs / unionfs noauto 0 0 none /dev/pts devpts defaults 0 0 diff --git a/configs/install-iso/overlay/etc/issue b/configs/install-iso/overlay/etc/issue index db70a8b..682564f 100644 --- a/configs/install-iso/overlay/etc/issue +++ b/configs/install-iso/overlay/etc/issue @@ -1,5 +1,5 @@  -Arch Linux Live Installer 2008.06 (Overlord) (\l) +Arch Linux Live ISO(\l) \s-\r \m. Default logins "root" and "arch" have no password. To begin installation, login as root. 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 -- cgit v1.2.3-70-g09d2