diff options
author | Daniel Baumann <daniel@debian.org> | 2008-09-11 07:26:15 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:41 +0100 |
commit | e8bb0a03e9af4912aabcf0ac0d7bb81cd2f9bf5e (patch) | |
tree | cf24f814871649fd6ba026a7d1271fa913d73d31 /examples | |
parent | ea2d585a664909596b5fa9222af0236cd12b1225 (diff) | |
download | vyos-live-build-e8bb0a03e9af4912aabcf0ac0d7bb81cd2f9bf5e.tar.gz vyos-live-build-e8bb0a03e9af4912aabcf0ac0d7bb81cd2f9bf5e.zip |
Adding rescue flavour to autobuild images.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/cron/images.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cron/images.sh b/examples/cron/images.sh index 67e0efca4..c94f39183 100755 --- a/examples/cron/images.sh +++ b/examples/cron/images.sh @@ -2,7 +2,7 @@ # Static variables DISTRIBUTIONS="${DISTRIBUTIONS:-etch lenny sid}" -FLAVOURS="${FLAVOURS:-standard gnome-desktop kde-desktop xfce-desktop}" +FLAVOURS="${FLAVOURS:-standard rescue gnome-desktop kde-desktop xfce-desktop}" SOURCE="${SOURCE:-enabled}" MIRROR="${MIRROR:-http://mirror/ftp.debian.org/debian/}" |