diff options
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}" |