diff options
author | Daniel Baumann <daniel@debian.org> | 2009-11-16 12:40:43 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2009-11-22 14:44:27 +0100 |
commit | 19e942d1dd01799f244fab0a26620acd6547a35a (patch) | |
tree | 17f9d204704809b9009d6b75109411aa53adaeeb /examples/cron | |
parent | 2d3c76985669ed2e02d9e7b4fdca2f4e381d477b (diff) | |
download | vyos-live-build-19e942d1dd01799f244fab0a26620acd6547a35a.tar.gz vyos-live-build-19e942d1dd01799f244fab0a26620acd6547a35a.zip |
Dropping etch support.
Diffstat (limited to 'examples/cron')
-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}" |