[Debian-live-changes] r1851 - dists/trunk/live-helper/helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Mon May 28 15:05:45 UTC 2007


Author: daniel
Date: 2007-05-28 15:05:44 +0000 (Mon, 28 May 2007)
New Revision: 1851

Modified:
   dists/trunk/live-helper/helpers/lh_binary
   dists/trunk/live-helper/helpers/lh_binary_chroot
   dists/trunk/live-helper/helpers/lh_binary_debian-installer
   dists/trunk/live-helper/helpers/lh_binary_encryption
   dists/trunk/live-helper/helpers/lh_binary_grub
   dists/trunk/live-helper/helpers/lh_binary_hdd
   dists/trunk/live-helper/helpers/lh_binary_includes
   dists/trunk/live-helper/helpers/lh_binary_iso
   dists/trunk/live-helper/helpers/lh_binary_linux-image
   dists/trunk/live-helper/helpers/lh_binary_local-includes
   dists/trunk/live-helper/helpers/lh_binary_manifest
   dists/trunk/live-helper/helpers/lh_binary_md5sum
   dists/trunk/live-helper/helpers/lh_binary_memtest
   dists/trunk/live-helper/helpers/lh_binary_net
   dists/trunk/live-helper/helpers/lh_binary_rootfs
   dists/trunk/live-helper/helpers/lh_binary_syslinux
   dists/trunk/live-helper/helpers/lh_binary_usb-hdd
   dists/trunk/live-helper/helpers/lh_binary_yaboot
   dists/trunk/live-helper/helpers/lh_chroot
   dists/trunk/live-helper/helpers/lh_chroot_apt
   dists/trunk/live-helper/helpers/lh_chroot_debianchroot
   dists/trunk/live-helper/helpers/lh_chroot_hacks
   dists/trunk/live-helper/helpers/lh_chroot_hooks
   dists/trunk/live-helper/helpers/lh_chroot_hosts
   dists/trunk/live-helper/helpers/lh_chroot_interactive
   dists/trunk/live-helper/helpers/lh_chroot_linux-image
   dists/trunk/live-helper/helpers/lh_chroot_local-hooks
   dists/trunk/live-helper/helpers/lh_chroot_local-includes
   dists/trunk/live-helper/helpers/lh_chroot_local-packages
   dists/trunk/live-helper/helpers/lh_chroot_local-packageslists
   dists/trunk/live-helper/helpers/lh_chroot_localization
   dists/trunk/live-helper/helpers/lh_chroot_packages
   dists/trunk/live-helper/helpers/lh_chroot_packageslists
   dists/trunk/live-helper/helpers/lh_chroot_proc
   dists/trunk/live-helper/helpers/lh_chroot_resolv
   dists/trunk/live-helper/helpers/lh_chroot_sources
   dists/trunk/live-helper/helpers/lh_chroot_symlinks
   dists/trunk/live-helper/helpers/lh_chroot_sysfs
   dists/trunk/live-helper/helpers/lh_chroot_sysvinit
   dists/trunk/live-helper/helpers/lh_chroot_sysvrc
   dists/trunk/live-helper/helpers/lh_chroot_tasks
   dists/trunk/live-helper/helpers/lh_clean
   dists/trunk/live-helper/helpers/lh_config
   dists/trunk/live-helper/helpers/lh_losetup
   dists/trunk/live-helper/helpers/lh_source
   dists/trunk/live-helper/helpers/lh_source_debian
   dists/trunk/live-helper/helpers/lh_source_debian-live
   dists/trunk/live-helper/helpers/lh_source_generic
   dists/trunk/live-helper/helpers/lh_source_hdd
   dists/trunk/live-helper/helpers/lh_source_iso
   dists/trunk/live-helper/helpers/lh_source_md5sum
   dists/trunk/live-helper/helpers/lh_source_net
   dists/trunk/live-helper/helpers/lh_source_usb-hdd
   dists/trunk/live-helper/helpers/lh_testroot
   dists/trunk/live-helper/helpers/make-live
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="build binary images"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_chroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_chroot	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_chroot	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="copy chroot into chroot"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="install debian-installer into binary"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_encryption
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_encryption	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_encryption	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="encrypts rootfs"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_grub
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_grub	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_grub	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="installs grub into binary"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_hdd	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_hdd	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="build harddisk binary image"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_includes
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_includes	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_includes	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="copy files into binary"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_iso
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_iso	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_iso	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="build iso binary image"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_linux-image
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_linux-image	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_linux-image	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="install linux-image into binary"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_local-includes
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_local-includes	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_local-includes	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="copy files into binary"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_manifest
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_manifest	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_manifest	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="create manifest"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="create binary md5sums"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_memtest
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_memtest	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_memtest	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="installs a memtest into binary"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_net
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_net	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_net	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="build netboot binary image"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_rootfs
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="build rootfs image"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_syslinux
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="installs syslinux into binary"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_usb-hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_usb-hdd	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_usb-hdd	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="build binary image"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_binary_yaboot
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_yaboot	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_binary_yaboot	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="installs yaboot into binary"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="customize the Debian system"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_apt
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_apt	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_apt	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="manage /etc/apt/apt.conf"
 HELP=""
 USAGE="${PROGRAM} {install|remove} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_debianchroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_debianchroot	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_debianchroot	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="manage /etc/debian_chroot"
 HELP=""
 USAGE="${PROGRAM} {install|remove} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_hacks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hacks	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_hacks	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="execute hacks in chroot"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_hooks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hooks	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_hooks	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="execute hooks in chroot"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_hosts
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hosts	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_hosts	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="manage /etc/hosts"
 HELP=""
 USAGE="${PROGRAM} {install|remove} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_interactive
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_interactive	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_interactive	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="make build interactive"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_linux-image
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_linux-image	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_linux-image	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="manage /etc/kernel-img.conf"
 HELP=""
 USAGE="${PROGRAM} {install|remove} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-hooks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-hooks	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-hooks	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="execute local hooks in chroot"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-includes
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-includes	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-includes	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="copy local files into chroot"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-packages
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-packages	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-packages	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="install local packages into chroot"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-packageslists
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-packageslists	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-packageslists	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="install local packages into chroot"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_localization
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_localization	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_localization	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="install localization packages into chroot"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_packages
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_packages	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_packages	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="install packages into chroot"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_packageslists
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_packageslists	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_packageslists	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="install packages lists into chroot"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_proc
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_proc	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_proc	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="mount /proc"
 HELP=""
 USAGE="${PROGRAM} {install|remove} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_resolv
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_resolv	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_resolv	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="manage /etc/resolv.conf"
 HELP=""
 USAGE="${PROGRAM} {install|remove} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_sources
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sources	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_sources	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="manage /etc/apt/sources.list"
 HELP=""
 USAGE="${PROGRAM} {install|remove} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_symlinks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_symlinks	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_symlinks	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="convert symlinks"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_sysfs
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sysfs	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysfs	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="mount /sys"
 HELP=""
 USAGE="${PROGRAM} {install|remove} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_sysvinit
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sysvinit	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysvinit	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="configure sysvinit"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_sysvrc
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sysvrc	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysvrc	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="manage /usr/sbin/policy-rc.d"
 HELP=""
 USAGE="${PROGRAM} {install|remove} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_chroot_tasks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_tasks	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_chroot_tasks	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="install tasks into chroot"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_clean
===================================================================
--- dists/trunk/live-helper/helpers/lh_clean	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_clean	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="clean up system build directories"
 HELP=""
 USAGE="${PROGRAM} [all|cache|chroot|binary|lock|purge|stage|source]"

Modified: dists/trunk/live-helper/helpers/lh_config
===================================================================
--- dists/trunk/live-helper/helpers/lh_config	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_config	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="create configuration for live-helper(7)"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_losetup
===================================================================
--- dists/trunk/live-helper/helpers/lh_losetup	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_losetup	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="wrapper around losetup"
 HELP=""
 USAGE="${PROGRAM} <device> <file> <partition>"

Modified: dists/trunk/live-helper/helpers/lh_source
===================================================================
--- dists/trunk/live-helper/helpers/lh_source	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_source	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="build source images"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_source_debian
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_debian	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_source_debian	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="debian sources"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_source_debian-live
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_debian-live	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_source_debian-live	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="copy debian-live config into source"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_source_generic
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_generic	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_source_generic	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="build source generic image"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_source_hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_hdd	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_source_hdd	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="build source harddisk image"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_source_iso
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_iso	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_source_iso	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="build iso source image"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_source_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="create source md5sums"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_source_net
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_net	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_source_net	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="build source net image"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_source_usb-hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_usb-hdd	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_source_usb-hdd	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="build source image"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/lh_testroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_testroot	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/lh_testroot	2007-05-28 15:05:44 UTC (rev 1851)
@@ -9,13 +9,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
 	. ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="ensure that a system is built as root"
 HELP=""
 USAGE="${PROGRAM} [--force]"

Modified: dists/trunk/live-helper/helpers/make-live
===================================================================
--- dists/trunk/live-helper/helpers/make-live	2007-05-28 14:50:27 UTC (rev 1850)
+++ dists/trunk/live-helper/helpers/make-live	2007-05-28 15:05:44 UTC (rev 1851)
@@ -22,13 +22,13 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
         . ${FUNCTION}
 done
 
-# Set static variables
+# Setting static variables
 PROGRAM="`basename ${0}`"
 DESCRIPTION="utility to build Debian Live systems"
 USAGE="${PROGRAM} [config] [--mode MODE] [--config CONFIG] [--apt apt|aptitude] [--apt-ftpproxy URL] [--apt-httpproxy URL] [--binary-indices enabled|disabled] [--apt-pdiffs enabled|disabled] [--apt-recommends enabled|disabled] [--apt-secure enabled|disabled] [--bootstrap cdebootstrap|deboostrap] [--cache enabled|disabled] [--debconf-frontend dialog|readline|noninteractive] [--debconf-priority low|medium|high|critical] [--debconf-nowarnings yes|no] [--genisoimage genisoimage|mkisofs] [--losetup losetup|losetup.org] [--tasksel aptitude|tasksel] [-r|--root DIRECTORY] [-a|--architecture ARCHITECTURE] [-d|--distribution stable|testing|unstable|etch|lenny|sid] [--distribution-config DIRECTORY] [-f|--bootstrap-flavour minimal|standard] [-m|--mirror-bootstrap URL] [--mirror-bootstrap-security URL] [--mirror-binary URL] [--mirror-binary-security URL] [--sections SECTION|\"SECTIONS\"] [--interactive shell|x11|xnest] [-k|--linux-flavour FLAVOUR] [--linux-packages PACKAGE|\"PACKAGES\"] [--keyring-packages PACKAGE|\"PACKAGES\"] [--hooks \"COMMAND\"|\"COMMANDS\"] [-l|--language LANGUAGE] [--packages PACKAGE|\"PACKAGES\"] [-p|--packages-lists LIST|\"LISTS\"] [--tasks TASK|\"TASKS\"] [--security enabled|disabled] [--symlinks enabled|disabled] [--sysvinit enabled|disabled] [--bootappend BOOT_PARAMETER|\"BOOT_PARAMETERS\"] [-e|--encryption ALGORITHM] [--username NAME] [--hostname NAME] [--chroot-filesystem ext2|plain|squashfs] [--memtest memtest86|memtest86+] [--iso-volume STRING] [--net-server HOSTNAME|IP] [--net-path DIRECTORY] [--source enabled|disabled] [--bootloader grub|syslinux] [--grub-splash FILE] [--syslinux-splash FILE] [-b|--binary-images hdd|iso|usb-hdd|net] [-s|--source-images generic|hdd|iso|usb-hdd|net] [--includes PATH] [--templates PATH] [--breakpoints] [--debug] [--force] [--quiet] [--verbose] [--root-command sudo]"




More information about the Debian-live-changes mailing list