summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/cron/daily.sh2
-rwxr-xr-xexamples/cron/etch+beryl.sh4
-rwxr-xr-xexamples/cron/etch.sh4
-rwxr-xr-xexamples/cron/weekly.sh2
4 files changed, 6 insertions, 6 deletions
diff --git a/examples/cron/daily.sh b/examples/cron/daily.sh
index 3d93a33..ef55099 100755
--- a/examples/cron/daily.sh
+++ b/examples/cron/daily.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 live-initramfs"
ARCHITECTURES="`dpkg --print-architecture`"
DISTRIBUTIONS="sid"
diff --git a/examples/cron/etch+beryl.sh b/examples/cron/etch+beryl.sh
index a3d3def..a51bf01 100755
--- a/examples/cron/etch+beryl.sh
+++ b/examples/cron/etch+beryl.sh
@@ -7,11 +7,11 @@ BUILD="etch+beryl"
# 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"
diff --git a/examples/cron/etch.sh b/examples/cron/etch.sh
index a53452c..3bf2afd 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"
diff --git a/examples/cron/weekly.sh b/examples/cron/weekly.sh
index 98bd7ff..d3f9d79 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"