X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=buildd%2Fgrml-live_autobuild_grml64-small_wheezy.sh;fp=buildd%2Fgrml-live_autobuild_grml64-small_wheezy.sh;h=b1c00883c7c2e2d1b916a423a53592b201a52e1c;hb=f96dfbfc04c41274fc0f2ec94a2951382eef4081;hp=0000000000000000000000000000000000000000;hpb=82e7ad356f50dfd137153244d6268688b060e151;p=grml-live.git diff --git a/buildd/grml-live_autobuild_grml64-small_wheezy.sh b/buildd/grml-live_autobuild_grml64-small_wheezy.sh new file mode 100755 index 0000000..b1c0088 --- /dev/null +++ b/buildd/grml-live_autobuild_grml64-small_wheezy.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +# settings for grml_live_run: +DATE=$(date +%Y%m%d) +ISO_NAME=grml64-small_wheezy_$DATE.iso +SUITE=wheezy +CLASSES='GRMLBASE,GRML_SMALL,REMOVE_DOCS,RELEASE,AMD64' +NAME=grml64-small +SCRIPTNAME="$(basename $0)" +ARCH=amd64 + +# finally just source main file +. /usr/share/grml-live/buildd/execute.sh || exit 1