From 5710c8055d5443c471a64ee74f788e4808de2b6b Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Tue, 7 Sep 2010 11:07:42 +0200
Subject: short bootappend-parameters, set hostname/username in
 config/chroot_local-includes/etc/live/config.conf

---
 auto/config | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/auto/config b/auto/config
index 8ae4135..5d813d5 100755
--- a/auto/config
+++ b/auto/config
@@ -12,13 +12,11 @@ lh config noauto \
 	--iso-volume KANOTIX \
 	--iso-preparer kanotix.com \
 	--iso-publisher kanotix.com \
-	--hostname Kanotix \
-	--username kanotix \
 	--chroot-filesystem squashfs \
 	--debian-installer false \
 	--apt aptitude \
 	--apt-recommends false \
-	--bootappend-live 'quiet live-config.utc=no live-config.timezone=Europe/Berlin live-config.locales=de live-config.keyboard-layouts=de live-config.keyboard-variant=nodeadkeys' \
+	--bootappend-live 'quiet utc=no timezone=Europe/Berlin locales=de keyboard-layouts=de keyboard-variant=nodeadkeys' \
 	--distribution squeeze \
         --archive-areas "main contrib non-free" \
 	--repositories "live.debian.net acritox excalibur hellfire" \
@@ -38,6 +36,11 @@ lh config noauto \
 	--packages-lists "standard-x11" \
 	${@}
 
+# hostname and username are configured in config/chroot_local-includes/etc/live/config.conf
+#lh config noauto \
+#	--hostname Kanotix \
+#	--username kanotix \
+
 . config/bootstrap
 
 # architecture depending stuff (e.g. kernel)
-- 
cgit v1.0