[Debian-live-changes] r2499 - dists/trunk/live-helper/examples/cron
daniel at alioth.debian.org
daniel at alioth.debian.org
Sun Jul 15 11:00:51 UTC 2007
Author: daniel
Date: 2007-07-15 11:00:51 +0000 (Sun, 15 Jul 2007)
New Revision: 2499
Modified:
dists/trunk/live-helper/examples/cron/etch.sh
dists/trunk/live-helper/examples/cron/lenny.sh
dists/trunk/live-helper/examples/cron/sid.sh
Log:
Modified: dists/trunk/live-helper/examples/cron/etch.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/etch.sh 2007-07-15 10:02:02 UTC (rev 2498)
+++ dists/trunk/live-helper/examples/cron/etch.sh 2007-07-15 11:00:51 UTC (rev 2499)
@@ -11,7 +11,7 @@
DESTDIR="/srv/debian-unofficial/ftp/debian-live/cdimage"
TEMPDIR="/srv/tmp/live-helper"
-OPTIONS="--binary-indices disabled --initramfs casper"
+OPTIONS="--initramfs casper"
ARCHITECTURES="`dpkg --print-architecture`"
DISTRIBUTIONS="etch"
Modified: dists/trunk/live-helper/examples/cron/lenny.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/lenny.sh 2007-07-15 10:02:02 UTC (rev 2498)
+++ dists/trunk/live-helper/examples/cron/lenny.sh 2007-07-15 11:00:51 UTC (rev 2499)
@@ -11,7 +11,7 @@
DESTDIR="/srv/debian-unofficial/ftp/debian-live/cdimage"
TEMPDIR="/srv/tmp/live-helper"
-OPTIONS="--binary-indices disabled --initramfs live-initramfs"
+OPTIONS=""
ARCHITECTURES="`dpkg --print-architecture`"
DISTRIBUTIONS="lenny"
Modified: dists/trunk/live-helper/examples/cron/sid.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/sid.sh 2007-07-15 10:02:02 UTC (rev 2498)
+++ dists/trunk/live-helper/examples/cron/sid.sh 2007-07-15 11:00:51 UTC (rev 2499)
@@ -11,7 +11,7 @@
DESTDIR="/srv/debian-unofficial/ftp/debian-live/cdimage"
TEMPDIR="/srv/tmp/live-helper"
-OPTIONS="--binary-indices disabled --initramfs live-initramfs"
+OPTIONS=""
ARCHITECTURES="`dpkg --print-architecture`"
DISTRIBUTIONS="sid"
More information about the Debian-live-changes
mailing list