diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:39 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:39 +0200 |
commit | 9a5955a79f907075d0cde61db6f7d2d605ab3b4a (patch) | |
tree | a470f85cbecf2ed965e4341e04acc0edd5df50bd /debian/default | |
parent | b995c6b293b3a75cd8cf4fd1fd6e2eb517a65096 (diff) | |
download | vyos-live-build-9a5955a79f907075d0cde61db6f7d2d605ab3b4a.tar.gz vyos-live-build-9a5955a79f907075d0cde61db6f7d2d605ab3b4a.zip |
Adding live-package 0.99.19-1.
Diffstat (limited to 'debian/default')
-rw-r--r-- | debian/default | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/debian/default b/debian/default index bd8e7fdbf..50ccb2abb 100644 --- a/debian/default +++ b/debian/default @@ -2,12 +2,16 @@ 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`" +AUTOBUILD_DISTRIBUTIONS="etch sid" +AUTOBUILD_FLAVOURS="minimal standard kde-desktop gnome-desktop xfce-desktop" +AUTOBUILD_OPTIONS="--tasks laptop --with-source" + +AUTOBUILD_DIRECTORY="/srv/tmp/make-live" +AUTOBUILD_SERVER="/srv/debian-live" +AUTOBUILD_ARCHITECTURE="`dpkg --print-architecture`" +AUTOBUILD_DATE="`date +%Y%m%d`" + +LIVE_MIRROR="http://ftp.debian.org/debian/" + +# Source /etc/make-live.conf +# . /etc/make-live.conf |