diff options
Diffstat (limited to 'debian/default')
-rw-r--r-- | debian/default | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/default b/debian/default new file mode 100644 index 0000000..bd8e7fd --- /dev/null +++ b/debian/default @@ -0,0 +1,13 @@ +# Defaults for make-live cron.daily + +AUTOBUILD="false" + +DISTRIBUTIONS="etch sid" +FLAVOURS="minimal standard kde gnome xfce" +MIRROR="http://ftp.debian.org/debian/" +OPTIONS="--with-source" + +DIRECTORY="/srv/tmp/make-live" +SERVER="/srv/debian-live" +ARCHITECTURE="`dpkg --print-architecture`" +DATE="`date +%Y%m%d`" |