From 11dcbac6983242b9107bb4619860c5b9a3c6146d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 10 Sep 2009 00:57:10 +0200 Subject: [PATCH] Assume 'lenny' as default SUITE --- debian/changelog | 5 ++++- grml-live | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1d58973..db9920a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,11 @@ grml-live (0.9.23) UNRELEASED; urgency=low /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup * GRML_SMALL, GRML_MEDIUM and GRML_FULL: switch from kernel 2.6.28-grml[64] to 2.6.31-grml[64]. + * Assume 'lenny' as default SUITE instead of 'stable' as + debootstrap doesn't know how to handle 'stable'. + Thanks to Ulrich Dangel. - -- Michael Prokop Tue, 08 Sep 2009 01:50:59 +0200 + -- Michael Prokop Thu, 10 Sep 2009 00:54:46 +0200 grml-live (0.9.22) unstable; urgency=low diff --git a/grml-live b/grml-live index 7f728da..3f98326 100755 --- a/grml-live +++ b/grml-live @@ -256,7 +256,7 @@ shift $(($OPTIND - 1)) # set ARGV to the first not parsed commandline parameter [ -n "$OUTPUT" ] || OUTPUT='/grml/grml-live' [ -n "$RELEASENAME" ] || RELEASENAME='grml-live rocks' [ -n "$SQUASHFS_EXCLUDES_FILE " ] || SQUASHFS_EXCLUDES_FILE='/etc/grml/fai/squashfs-excludes' -[ -n "$SUITE" ] || SUITE='stable' +[ -n "$SUITE" ] || SUITE='lenny' [ -n "$TEMPLATE_DIRECTORY" ] || TEMPLATE_DIRECTORY='/usr/share/grml-live/templates' [ -n "$USERNAME" ] || USERNAME='grml' [ -n "$VERSION" ] || VERSION='0.0.1' -- 2.1.4