From: Ulrich Dangel Date: Tue, 27 Dec 2011 01:14:41 +0000 (+0100) Subject: Change default SUITE from squeeze to testing X-Git-Tag: v0.17.3~18 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=d116da3f80e2b4d48f784ff701f44db071758a5b Change default SUITE from squeeze to testing --- diff --git a/grml-live b/grml-live index 142045c..28c3e84 100755 --- a/grml-live +++ b/grml-live @@ -368,7 +368,7 @@ fi [ -n "$NFSROOT_CONF" ] || NFSROOT_CONF="${GRML_FAI_CONFIG}/make-fai-nfsroot.conf" [ -n "$RELEASENAME" ] || RELEASENAME='grml-live rocks' [ -n "$SQUASHFS_EXCLUDES_FILE" ] || SQUASHFS_EXCLUDES_FILE="${GRML_FAI_CONFIG}/config/grml/squashfs-excludes" -[ -n "$SUITE" ] || SUITE='squeeze' +[ -n "$SUITE" ] || SUITE='testing' [ -n "$TEMPLATE_DIRECTORY" ] || TEMPLATE_DIRECTORY='/usr/share/grml-live/templates' [ -n "$USERNAME" ] || USERNAME='grml' [ -n "$VERSION" ] || VERSION='0.0.1'