X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=ff15b568d4135d3e81e63dedf564cc64ed251eca;hb=4bc574e7d476abde7c9d8d38e1d749e2c8eb67e6;hp=2268abe021a1eabb6be4d08e2d3b3e0a5dc8159a;hpb=69f74a67e818e78a867bfe748ba7252997183513;p=grml-live.git diff --git a/grml-live b/grml-live index 2268abe..ff15b56 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.12.4' +GRML_LIVE_VERSION='0.12.6' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list' @@ -257,7 +257,7 @@ shift $(($OPTIND - 1)) # set ARGV to the first not parsed commandline parameter [ -n "$NFSROOT_CONF" ] || NFSROOT_CONF='/etc/grml/fai/make-fai-nfsroot.conf' [ -n "$RELEASENAME" ] || RELEASENAME='grml-live rocks' [ -n "$SQUASHFS_EXCLUDES_FILE " ] || SQUASHFS_EXCLUDES_FILE='/etc/grml/fai/squashfs-excludes' -[ -n "$SUITE" ] || SUITE='lenny' +[ -n "$SUITE" ] || SUITE='squeeze' [ -n "$TEMPLATE_DIRECTORY" ] || TEMPLATE_DIRECTORY='/usr/share/grml-live/templates' [ -n "$USERNAME" ] || USERNAME='grml' [ -n "$VERSION" ] || VERSION='0.0.1'