diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:09 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:18:29 +0100 |
commit | 86726af9f5e7873d6cdbbe108fae1c41b1b67db0 (patch) | |
tree | dc743644cb41c5faffc58a67b6603d4b1342d41a /examples | |
parent | 97c3a13dcc9becf93cb7c2aa89ea3e00f06b9179 (diff) | |
download | vyos-live-build-86726af9f5e7873d6cdbbe108fae1c41b1b67db0.tar.gz vyos-live-build-86726af9f5e7873d6cdbbe108fae1c41b1b67db0.zip |
Adding live-helper 1.0~a11-1.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/cron/daily.sh | 2 | ||||
-rwxr-xr-x | examples/cron/etch+beryl.sh | 4 | ||||
-rwxr-xr-x | examples/cron/etch.sh | 4 | ||||
-rwxr-xr-x | examples/cron/weekly.sh | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/examples/cron/daily.sh b/examples/cron/daily.sh index 3d93a3375..ef5509970 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 a3d3defc7..a51bf01ff 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 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" 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" |