diff options
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 c94f39183..e31b3757d 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 rescue gnome-desktop kde-desktop xfce-desktop}" +FLAVOURS="${FLAVOURS:-standard rescue gnome-desktop kde-desktop lxde-desktop xfce-desktop}" SOURCE="${SOURCE:-enabled}" MIRROR="${MIRROR:-http://mirror/ftp.debian.org/debian/}" |