blob: bd8e7fdbf6a92d8a5dbe23acb157a98a07a50fdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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`"
|