summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2010-09-07 11:07:42 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2010-09-07 11:07:42 +0200
commit5710c8055d5443c471a64ee74f788e4808de2b6b (patch)
tree4fe83809c6f78baec6044a14977677129ecc25f0
parent027f31b7c2a311626294f5bd41115f41fdc4b300 (diff)
downloadkanotix-5710c8055d5443c471a64ee74f788e4808de2b6b.zip
kanotix-5710c8055d5443c471a64ee74f788e4808de2b6b.tar.gz
short bootappend-parameters, set hostname/username in config/chroot_local-includes/etc/live/config.conf
-rwxr-xr-xauto/config9
1 files 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)