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

daniel at alioth.debian.org daniel at alioth.debian.org
Mon May 28 14:28:12 UTC 2007


Author: daniel
Date: 2007-05-28 14:28:12 +0000 (Mon, 28 May 2007)
New Revision: 1849

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_bootstrap
   dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap
   dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap
   dists/trunk/live-helper/helpers/lh_build
   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
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,9 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary: Init"
-
 # Preparing root filesystem
 lh_binary_chroot ${*}
 

Modified: dists/trunk/live-helper/helpers/lh_binary_chroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_chroot	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_chroot	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "binary_chroot: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -37,8 +35,6 @@
 	exit 0
 fi
 
-Breakpoint "binary_debian-installer: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_encryption
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_encryption	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_encryption	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -37,8 +35,6 @@
 	exit 0
 fi
 
-Breakpoint "binary_encryption: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 Require_stagefile .stage/binary_rootfs

Modified: dists/trunk/live-helper/helpers/lh_binary_grub
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_grub	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_grub	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -37,8 +35,6 @@
 	exit 0
 fi
 
-Breakpoint "binary_grub: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_hdd	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_hdd	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -37,8 +35,6 @@
 do
 	if [ "${IMAGE}" = "hdd" ]
 	then
-		Breakpoint "binary_hdd: Init"
-
 		# Requiring stage file
 		Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_includes
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_includes	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_includes	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -37,8 +35,6 @@
 	exit 0
 fi
 
-Breakpoint "binary_includes: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_iso
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_iso	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_iso	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -36,8 +34,6 @@
 do
 	if [ "${IMAGE}" = "iso" ]
 	then
-		Breakpoint "binary_iso: Init"
-
 		# Requiring stage file
 		Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_linux-image
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_linux-image	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_linux-image	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "binary_linux-image: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_local-includes
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_local-includes	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_local-includes	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "binary_local-includes: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_manifest
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_manifest	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_manifest	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "binary_manifest: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "binary_md5sum: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_memtest
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_memtest	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_memtest	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -37,8 +35,6 @@
 	exit 0
 fi
 
-Breakpoint "binary_memtest: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_net
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_net	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_net	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "binary_net: Init"
-
 for IMAGE in ${LIVE_BINARY_IMAGES}
 do
 	if [ "${IMAGE}" = "net" ]

Modified: dists/trunk/live-helper/helpers/lh_binary_rootfs
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "binary_rootfs: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 Require_stagefile .stage/binary_chroot

Modified: dists/trunk/live-helper/helpers/lh_binary_syslinux
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -37,8 +35,6 @@
 	exit 0
 fi
 
-Breakpoint "binary_syslinux: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_usb-hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_usb-hdd	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_usb-hdd	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "binary_usb-hdd: Init"
-
 for IMAGE in ${LIVE_BINARY_IMAGES}
 do
 	if [ "${IMAGE}" = "usb-hdd" ]

Modified: dists/trunk/live-helper/helpers/lh_binary_yaboot
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_yaboot	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_binary_yaboot	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -37,8 +35,6 @@
 	exit 0
 fi
 
-Breakpoint "binary_yaboot: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_bootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_bootstrap	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,13 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
-# Starting helper
-Echo_debug "Init ${PROGRAM}"
-
-Breakpoint "bootstrap: Init"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-05-28 14:28:12 UTC (rev 1849)
@@ -25,8 +25,6 @@
 # Ensure that a system is built as root
 lh_testroot
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -35,8 +33,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "bootstrap_cdeboostrap: Init"
-
 if [ "${LH_BOOTSTRAP}" != "cdebootstrap" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap	2007-05-28 14:28:12 UTC (rev 1849)
@@ -25,8 +25,6 @@
 # Ensure that a system is built as root
 lh_testroot
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -35,8 +33,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "bootstrap_debootstrap: Init"
-
 if [ "${LH_BOOTSTRAP}" != "debootstrap" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_build
===================================================================
--- dists/trunk/live-helper/helpers/lh_build	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_build	2007-05-28 14:28:12 UTC (rev 1849)
@@ -9,30 +9,27 @@
 
 set -e
 
-# Source common functions
+# Including common functions
 for FUNCTION in /usr/share/live-helper/functions/*.sh
 do
-	. ${FUNCTION}
+	. "${FUNCTION}"
 done
 
-# Set static variables
+# Setting static variables
 DESCRIPTION="build a Debian Live system"
 HELP=""
 USAGE="${PROGRAM} [--force]"
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-Breakpoint "build: Init"
-
 # Bootstrapping system
 lh_bootstrap ${*}
 
 # Customizing chroot
 lh_chroot ${*}
 
-# Building binary image
+# Building binary images
 lh_binary ${*}
 
-# Building source image
+# Building source images
 lh_source ${*}

Modified: dists/trunk/live-helper/helpers/lh_chroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot: Init"
-
 # Configuring chroot
 lh_chroot_proc install ${*}
 lh_chroot_sysfs install ${*}

Modified: dists/trunk/live-helper/helpers/lh_chroot_apt
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_apt	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_apt	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_apt: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_debianchroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_debianchroot	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_debianchroot	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_debianchroot: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_hacks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hacks	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_hacks	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_hacks: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_hooks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hooks	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_hooks	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_hooks: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_hosts
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hosts	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_hosts	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_hosts: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_interactive
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_interactive	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_interactive	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_interactive: Init"
-
 if [ "${LIVE_INTERACTIVE}" = "disabled" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_chroot_linux-image
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_linux-image	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_linux-image	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_linux-image: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-hooks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-hooks	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-hooks	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_local-hooks: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-includes
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-includes	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-includes	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_local-includes: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-packages
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-packages	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-packages	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_local-packages: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-packageslists
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-packageslists	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-packageslists	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_local-packageslists: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_localization
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_localization	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_localization	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_localization: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_packages
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_packages	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_packages	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_packages: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_packageslists
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_packageslists	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_packageslists	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_packageslists: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_proc
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_proc	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_proc	2007-05-28 14:28:12 UTC (rev 1849)
@@ -25,8 +25,6 @@
 # Ensure that a system is built as root
 lh_testroot
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -35,8 +33,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_proc: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_resolv
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_resolv	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_resolv	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_resolv: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_sources
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sources	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_sources	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_sources: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_symlinks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_symlinks	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_symlinks	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_symlinks: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_sysfs
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sysfs	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysfs	2007-05-28 14:28:12 UTC (rev 1849)
@@ -25,8 +25,6 @@
 # Ensure that a system is built as root
 lh_testroot
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -35,8 +33,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_sysfs: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_sysvinit
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sysvinit	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysvinit	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_sysvinit: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_sysvrc
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sysvrc	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysvrc	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_sysvrc: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_tasks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_tasks	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_chroot_tasks	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "chroot_tasks: Init"
-
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_clean
===================================================================
--- dists/trunk/live-helper/helpers/lh_clean	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_clean	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_config
===================================================================
--- dists/trunk/live-helper/helpers/lh_config	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_config	2007-05-28 14:28:12 UTC (rev 1849)
@@ -24,8 +24,6 @@
 
 CONFIG="${1}"
 
-Echo_debug "Init ${PROGRAM}"
-
 if [ -n "${LH_CONFIG}" ]
 then
 	if [ -d /usr/share/live-helper/configs/"${LH_CONFIG}" ]
@@ -53,8 +51,6 @@
 # Setting defaults
 Set_defaults
 
-Breakpoint "config: Init"
-
 # Creating bootstrap configuration
 mkdir -p "${LIVE_ROOT}"/config
 mkdir -p "${LIVE_ROOT}"/config/includes

Modified: dists/trunk/live-helper/helpers/lh_losetup
===================================================================
--- dists/trunk/live-helper/helpers/lh_losetup	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_losetup	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "losetup: Init"
-
 if [ -z "${1}" ]
 then
 	DEVICE="`${LH_ROOT_COMMAND} ${LH_LOSETUP} -f`"

Modified: dists/trunk/live-helper/helpers/lh_source
===================================================================
--- dists/trunk/live-helper/helpers/lh_source	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_source	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "source: Init"
-
 # Enabling network in chroot
 lh_chroot_hosts install ${*}
 lh_chroot_resolv install ${*}

Modified: dists/trunk/live-helper/helpers/lh_source_debian
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_debian	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_source_debian	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "source_debian: Init"
-
 if [ "${LIVE_SOURCE}" != "enabled" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_source_debian-live
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_debian-live	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_source_debian-live	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "source_debian-live: Init"
-
 if [ "${LIVE_SOURCE}" != "enabled" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_source_generic
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_generic	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_source_generic	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "source_generic: Init"
-
 if [ "${LIVE_SOURCE}" != "enabled" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_source_hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_hdd	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_source_hdd	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "source_hdd: Init"
-
 if [ "${LIVE_SOURCE}" != "enabled" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_source_iso
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_iso	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_source_iso	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -41,8 +39,6 @@
 do
 	if [ "${IMAGE}" = "iso" ]
 	then
-		Breakpoint "source_iso: Init"
-
 		# Requiring stage file
 		Require_stagefile .stage/source_debian
 

Modified: dists/trunk/live-helper/helpers/lh_source_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "source_md5sum: Init"
-
 if [ "${LIVE_SOURCE}" != "enabled" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_source_net
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_net	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_source_net	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "source_net: Init"
-
 if [ "${LIVE_SOURCE}" != "enabled" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_source_usb-hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_usb-hdd	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_source_usb-hdd	2007-05-28 14:28:12 UTC (rev 1849)
@@ -22,8 +22,6 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -32,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Breakpoint "source_usb-hdd: Init"
-
 if [ "${LIVE_SOURCE}" != "enabled" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_testroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_testroot	2007-05-28 13:55:02 UTC (rev 1848)
+++ dists/trunk/live-helper/helpers/lh_testroot	2007-05-28 14:28:12 UTC (rev 1849)
@@ -30,8 +30,6 @@
 Read_conffile config/source
 Set_defaults
 
-Echo_debug "Init ${PROGRAM}"
-
 # Checking user account
 if [ "`${LH_ROOT_COMMAND} id -u`" -ne "0" ]
 then




More information about the Debian-live-changes mailing list