diff options
Diffstat (limited to 'examples/cron/etch.sh')
-rwxr-xr-x | examples/cron/etch.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cron/etch.sh b/examples/cron/etch.sh index a53452c44..3bf2afd11 100755 --- a/examples/cron/etch.sh +++ b/examples/cron/etch.sh @@ -7,11 +7,11 @@ BUILD="etch" # Begin custom defaults AUTOBUILD="enabled" -DATE="r0_1.0~a10-1" +DATE="r0_1.0~a11-1" 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="etch" |