Assume 'lenny' as default SUITE
authorMichael Prokop <mika@grml.org>
Wed, 9 Sep 2009 22:57:10 +0000 (00:57 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 9 Sep 2009 22:57:10 +0000 (00:57 +0200)
debian/changelog
grml-live

index 1d58973..db9920a 100644 (file)
@@ -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 <mika@grml.org>  Tue, 08 Sep 2009 01:50:59 +0200
+ -- Michael Prokop <mika@grml.org>  Thu, 10 Sep 2009 00:54:46 +0200
 
 grml-live (0.9.22) unstable; urgency=low
 
index 7f728da..3f98326 100755 (executable)
--- 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'