Add support for wheezy, drop lenny (being oldstable nowadays) instead.
[grml-live.git] / buildd / grml-live_autobuild_grml64-medium_wheezy.sh
diff --git a/buildd/grml-live_autobuild_grml64-medium_wheezy.sh b/buildd/grml-live_autobuild_grml64-medium_wheezy.sh
new file mode 100755 (executable)
index 0000000..f9e406a
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# settings for grml_live_run:
+DATE=$(date +%Y%m%d)
+ISO_NAME=grml64-medium_wheezy_$DATE.iso
+SUITE=wheezy
+CLASSES='GRMLBASE,GRML_MEDIUM,RELEASE,AMD64'
+NAME=grml64-medium
+SCRIPTNAME="$(basename $0)"
+ARCH=amd64
+
+# finally just source main file
+. /usr/share/grml-live/buildd/execute.sh   || exit 1