[Debian-live-changes] r1681 - in dists/trunk/live-helper: examples/cron helpers
daniel at alioth.debian.org
daniel at alioth.debian.org
Thu May 24 10:50:37 UTC 2007
Author: daniel
Date: 2007-05-24 10:50:37 +0000 (Thu, 24 May 2007)
New Revision: 1681
Modified:
dists/trunk/live-helper/examples/cron/daily.sh
dists/trunk/live-helper/examples/cron/etch+beryl.sh
dists/trunk/live-helper/examples/cron/etch.sh
dists/trunk/live-helper/examples/cron/weekly.sh
dists/trunk/live-helper/helpers/make-live
Log:
Modified: dists/trunk/live-helper/examples/cron/daily.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/daily.sh 2007-05-24 10:36:52 UTC (rev 1680)
+++ dists/trunk/live-helper/examples/cron/daily.sh 2007-05-24 10:50:37 UTC (rev 1681)
@@ -11,7 +11,7 @@
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"
Modified: dists/trunk/live-helper/examples/cron/etch+beryl.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/etch+beryl.sh 2007-05-24 10:36:52 UTC (rev 1680)
+++ dists/trunk/live-helper/examples/cron/etch+beryl.sh 2007-05-24 10:50:37 UTC (rev 1681)
@@ -11,7 +11,7 @@
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"
Modified: dists/trunk/live-helper/examples/cron/etch.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/etch.sh 2007-05-24 10:36:52 UTC (rev 1680)
+++ dists/trunk/live-helper/examples/cron/etch.sh 2007-05-24 10:50:37 UTC (rev 1681)
@@ -11,7 +11,7 @@
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"
Modified: dists/trunk/live-helper/examples/cron/weekly.sh
===================================================================
--- dists/trunk/live-helper/examples/cron/weekly.sh 2007-05-24 10:36:52 UTC (rev 1680)
+++ dists/trunk/live-helper/examples/cron/weekly.sh 2007-05-24 10:50:37 UTC (rev 1681)
@@ -11,7 +11,7 @@
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"
Modified: dists/trunk/live-helper/helpers/make-live
===================================================================
--- dists/trunk/live-helper/helpers/make-live 2007-05-24 10:36:52 UTC (rev 1680)
+++ dists/trunk/live-helper/helpers/make-live 2007-05-24 10:50:37 UTC (rev 1681)
@@ -37,7 +37,7 @@
Local_arguments ()
{
- ARGUMENTS="`getopt --longoptions mode:,config:,apt:,apt-ftpproxy:,apt-httpproxy:,binary-indices:,apt-pdiffs:,apt-recommends:,apt-secure:,bootstrap:,cache:,debconf-frontend:,debconf-priority:,debconf-nowarnings:,genisoimage:,losetup:,tasksel:,root:,architecture:,distribution:,distribution-config:,flavour:,mirror-bootstrap:,mirror-bootstrap-security:,mirror-binary:,mirror-binary-security:,sections:,interactive:,kernel:,kernel-packages:,keyring-packages:,hooks:,language:,packages:,packages-lists:,tasks:,security:,symlinks:,sysvinit:,bootappend:,encryption:,username:,hostname:,chroot-filesystem:,memtest:,iso-volume:,server-address:,server-path:,source:,bootloader:,grub-splash:,syslinux-splash:,binary-images:,binary-source:,includes:,templates:,help,usage,version,force,breakpoints,debug,quiet,verbose,root-command: --name=${PROGRAM} --options r:a:d:f:m:k:l:p:e:b:s:huv --shell sh -- "${@}"`"
+ ARGUMENTS="`getopt --longoptions mode:,config:,apt:,apt-ftpproxy:,apt-httpproxy:,binary-indices:,apt-pdiffs:,apt-recommends:,apt-secure:,bootstrap:,cache:,debconf-frontend:,debconf-priority:,debconf-nowarnings:,genisoimage:,losetup:,tasksel:,root:,architecture:,distribution:,distribution-config:,flavour:,mirror-bootstrap:,mirror-bootstrap-security:,mirror-binary:,mirror-binary-security:,sections:,interactive:,kernel:,kernel-packages:,keyring-packages:,hooks:,language:,packages:,packages-lists:,tasks:,security:,symlinks:,sysvinit:,bootappend:,encryption:,username:,hostname:,chroot-filesystem:,memtest:,iso-volume:,server-address:,server-path:,source:,bootloader:,grub-splash:,syslinux-splash:,binary-images:,binary-source:,includes:,templates:,help,usage,version,force,breakpoints,debug,quiet,verbose,root-command:,initramfs: --name=${PROGRAM} --options r:a:d:f:m:k:l:p:e:b:s:huv --shell sh -- "${@}"`"
if [ "${?}" != "0" ]
then
@@ -175,6 +175,10 @@
LIVE_INTERACTIVE="${2}"; shift 2
;;
+ --initramfs)
+ LIVE_INITRAMFS="${2}"; shift 2
+ ;;
+
-k|--linux-flavours)
LIVE_LINUX_FLAVOURS="${2}"; shift 2
;;
More information about the Debian-live-changes
mailing list