diff options
author | Daniel Baumann <daniel@debian.org> | 2009-11-16 12:40:43 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:02 +0100 |
commit | 5841e79b1fddb4e7aa340328a4df587398317d06 (patch) | |
tree | 17f9d204704809b9009d6b75109411aa53adaeeb /examples/cron/images.sh | |
parent | 8fa7616e6929bb1375a04bb1c50fe3b846ffcceb (diff) | |
download | vyos-live-build-5841e79b1fddb4e7aa340328a4df587398317d06.tar.gz vyos-live-build-5841e79b1fddb4e7aa340328a4df587398317d06.zip |
Dropping etch support.
Diffstat (limited to 'examples/cron/images.sh')
-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 342f645eb..1c95ec88f 100755 --- a/examples/cron/images.sh +++ b/examples/cron/images.sh @@ -1,7 +1,7 @@ #!/bin/sh -e # Static variables -DISTRIBUTIONS="${DISTRIBUTIONS:-etch lenny sid}" +DISTRIBUTIONS="${DISTRIBUTIONS:-lenny squeeze sid}" FLAVOURS="${FLAVOURS:-standard rescue gnome-desktop kde-desktop lxde-desktop xfce-desktop}" SOURCE="${SOURCE:-enabled}" |