X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=3f9832647e795c40e43233b3b70f115e36bcfaf5;hp=7f728da1aa54478663f4f2fb47d2166b98af70f3;hb=11dcbac6983242b9107bb4619860c5b9a3c6146d;hpb=f3155321bd414f4ec83935ceb031a55496c8339f 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'