Merge branch 'mika/efi'
[grml-live.git] / buildd / grml-live_autobuild_grml_squeeze.sh
1 #!/bin/sh
2
3 # settings for grml_live_run:
4 SHORTDATE=$(date +%Y%m%d)
5 PRODUCT_NAME=grml_squeeze_$SHORTDATE
6 SUITE=squeeze
7 CLASSES='GRMLBASE,GRML_FULL,LATEX_CLEANUP,RELEASE,I386,IGNORE'
8 NAME=grml
9 SCRIPTNAME="$(basename $0)"
10 ARCH=i386
11
12 # finally just source main file
13 . /usr/share/grml-live/buildd/execute.sh   || exit 1