X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=buildd%2Fgrml-live_autobuild_grml-medium_squeeze.sh;fp=buildd%2Fgrml-live_autobuild_grml-medium_squeeze.sh;h=dbe4b06189989c8a67ceedf7adb5d22548730871;hb=86fd4080bbd6cc6b6729045639308403f65e606f;hp=0000000000000000000000000000000000000000;hpb=2a25bc53b0054b7834e77179418de21d674f0c35;p=grml-live.git diff --git a/buildd/grml-live_autobuild_grml-medium_squeeze.sh b/buildd/grml-live_autobuild_grml-medium_squeeze.sh new file mode 100755 index 0000000..dbe4b06 --- /dev/null +++ b/buildd/grml-live_autobuild_grml-medium_squeeze.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +# settings for grml_live_run: +DATE=$(date +%Y%m%d) +ISO_NAME=grml-medium_squeeze_$DATE.iso +SUITE=squeeze +CLASSES='GRMLBASE,GRML_MEDIUM,RELEASE,I386' +NAME=grml-medium +SCRIPTNAME="$(basename $0)" +ARCH=i386 + +# finally just source main file +. /usr/share/grml-live/buildd/execute.sh || exit 1