diff options
Diffstat (limited to 'examples/cron/weekly.sh')
-rwxr-xr-x | examples/cron/weekly.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cron/weekly.sh b/examples/cron/weekly.sh index 98bd7ffff..d3f9d79e1 100755 --- a/examples/cron/weekly.sh +++ b/examples/cron/weekly.sh @@ -11,7 +11,7 @@ DATE="`date +%Y%m%d`" DESTDIR="/srv/debian-unofficial/ftp/debian-live" TEMPDIR="/srv/tmp/live-helper" -OPTIONS="--binary-indices disabled" +OPTIONS="--binary-indices disabled --initramfs casper" ARCHITECTURES="`dpkg --print-architecture`" DISTRIBUTIONS="lenny" |