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

Daniel Baumann daniel at alioth.debian.org
Fri Apr 6 13:04:58 UTC 2007


Author: daniel
Date: 2007-04-06 13:04:57 +0000 (Fri, 06 Apr 2007)
New Revision: 968

Modified:
   dists/trunk/live-helper/helpers/lh_binary_chroot
   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_linuximage
   dists/trunk/live-helper/helpers/lh_binary_localincludes
   dists/trunk/live-helper/helpers/lh_binary_manifest
   dists/trunk/live-helper/helpers/lh_binary_md5sum
   dists/trunk/live-helper/helpers/lh_binary_memtest86
   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
   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_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_linuximage
   dists/trunk/live-helper/helpers/lh_chroot_localhooks
   dists/trunk/live-helper/helpers/lh_chroot_localincludes
   dists/trunk/live-helper/helpers/lh_chroot_localization
   dists/trunk/live-helper/helpers/lh_chroot_localpackages
   dists/trunk/live-helper/helpers/lh_chroot_localpackageslists
   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_config
   dists/trunk/live-helper/helpers/lh_source_download
   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
   dists/trunk/live-helper/helpers/lh_testroot
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_chroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_chroot	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_chroot	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_chroot: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "binary_chroot: 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_encryption	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_encryption: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "binary_encryption: Init"
+
 if [ -n "${LIVE_ENCRYPTION}" ]
 then
 	# Requiring stage file

Modified: dists/trunk/live-helper/helpers/lh_binary_grub
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_grub	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_grub	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_grub: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_hdd	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_hdd: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "binary_hdd: Init"
+
 for IMAGE in ${LIVE_BINARY_IMAGE}
 do
 	if [ "${IMAGE}" = "hdd" ]

Modified: dists/trunk/live-helper/helpers/lh_binary_includes
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_includes	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_includes	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_includes: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "binary_includes: Init"
+
 if [ "${LIVE_INCLUDES}" = "none" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_binary_iso
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_iso	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_iso	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_iso: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "binary_iso: Init"
+
 for IMAGE in ${LIVE_BINARY_IMAGE}
 do
 	if [ "${IMAGE}" = "iso" ]

Modified: dists/trunk/live-helper/helpers/lh_binary_linuximage
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_linuximage	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_linuximage	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_linuximage: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "binary_linuximage: Init"
+
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_localincludes
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_localincludes	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_localincludes	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_localincludes: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "binary_localincludes: 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_manifest	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_manifest: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_md5sum: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "binary_md5sum: Init"
+
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_memtest86
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_memtest86	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_memtest86	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_memtest86: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "binary_memtest86: 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_net	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_net: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "binary_net: Init"
+
 for IMAGE in ${LIVE_BINARY_IMAGE}
 do
 	if [ "${IMAGE}" = "net" ]

Modified: dists/trunk/live-helper/helpers/lh_binary_rootfs
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_rootfs: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_syslinux: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "binary_syslinux: Init"
+
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_binary_usb
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_usb	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_binary_usb	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "binary_usb: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "binary_usb: Init"
+
 for IMAGE in ${LIVE_BINARY_IMAGE}
 do
 	if [ "${IMAGE}" = "usb" ]

Modified: dists/trunk/live-helper/helpers/lh_bootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_bootstrap	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,11 +23,12 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "bootstrap: Init"
 
 # Starting helper
 Echo_debug "Init ${PROGRAM}"
 
+Breakpoint "bootstrap: Init"
+
 # Reading configuration files
 Read_conffile config/bootstrap
 Read_conffile config/chroot

Modified: dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,14 +23,10 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "bootstrap_cdeboostrap: Init"
 
 # Ensure that a system is built as root
 lh_testroot
 
-# Starting helper
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/bootstrap
 Read_conffile config/chroot
@@ -38,6 +34,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,14 +23,10 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "bootstrap_debootstrap: Init"
 
 # Ensure that a system is built as root
 lh_testroot
 
-# Starting helper
-Echo_debug "Init ${PROGRAM}"
-
 # Reading configuration files
 Read_conffile config/bootstrap
 Read_conffile config/chroot
@@ -38,6 +34,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "bootstrap_debootstrap: Init"
+
 if [ "${LH_BOOTSTRAP}" != "debootstrap" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_chroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_apt	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_apt: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_debianchroot	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_debianchroot: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_hacks	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_hacks: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_hooks	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_hooks: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_hosts	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_hosts: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_interactive	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_interactive: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "chroot_interactive: Init"
+
 if [ "${LIVE_INTERACTIVE}" != "disabled" ]
 then
 	# Requiring stage file

Modified: dists/trunk/live-helper/helpers/lh_chroot_linuximage
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_linuximage	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_linuximage	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_linuximage: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "chroot_linuximage: Init"
+
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_localhooks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_localhooks	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_localhooks	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_localhooks: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "chroot_localhooks: Init"
+
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_localincludes
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_localincludes	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_localincludes	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_localincludes: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "chroot_localincludes: 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_localization	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_localization: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "chroot_localization: Init"
+
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_localpackages
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_localpackages	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_localpackages	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_localpackages: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "chroot_localpackages: Init"
+
 # Requiring stage file
 Require_stagefile .stage/bootstrap
 

Modified: dists/trunk/live-helper/helpers/lh_chroot_localpackageslists
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_localpackageslists	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_localpackageslists	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_localpackageslists: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "chroot_localpackageslists: 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_packages	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_packages: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_packageslists	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_packageslists: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_proc	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_proc: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_resolv	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_resolv: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_sources	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_sources: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_symlinks	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_symlinks: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysfs	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_sysfs: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysvinit	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_sysvinit: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysvrc	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_sysvrc: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_chroot_tasks	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "chroot_tasks: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_clean	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "clean: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "clean: Init"
+
 case "${1}" in
 	all)
 		"${0}" chroot

Modified: dists/trunk/live-helper/helpers/lh_config
===================================================================
--- dists/trunk/live-helper/helpers/lh_config	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_config	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "config: Init"
 
 if [ "${1}" != "newconfig" ]
 then
@@ -37,6 +36,8 @@
 # Setting defaults
 Set_defaults
 
+Breakpoint "config: Init"
+
 # Creating configuration directory
 install -d -m 0755 "${LIVE_ROOT}"/config || true
 

Modified: dists/trunk/live-helper/helpers/lh_losetup
===================================================================
--- dists/trunk/live-helper/helpers/lh_losetup	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_losetup	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "losetup: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "losetup: Init"
+
 if [ -z "${1}" ]
 then
 	DEVICE="`${LH_LOSETUP} -f`"

Modified: dists/trunk/live-helper/helpers/lh_source
===================================================================
--- dists/trunk/live-helper/helpers/lh_source	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_source	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "source: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 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_config
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_config	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_source_config	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "source_config: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "source_config: Init"
+
 if [ "${LIVE_SOURCE}" = "enabled" ]
 then
 	# Requiring stage file

Modified: dists/trunk/live-helper/helpers/lh_source_download
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_download	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_source_download	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "source_download: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "source_download: Init"
+
 if [ "${LIVE_SOURCE}" = "enabled" ]
 then
 	# Requiring stage file

Modified: dists/trunk/live-helper/helpers/lh_source_generic
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_generic	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_source_generic	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "source_generic: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "source_generic: Init"
+
 if [ "${LIVE_SOURCE}" = "disabled" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_source_hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_hdd	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_source_hdd	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "source_hdd: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "source_hdd: Init"
+
 if [ "${LIVE_SOURCE}" = "disabled" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_source_iso
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_iso	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_source_iso	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "source_iso: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "source_iso: Init"
+
 if [ "${LIVE_SOURCE}" = "disabled" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_source_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_md5sum	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_source_md5sum	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "source_md5sum: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "source_md5sum: Init"
+
 if [ "${LIVE_SOURCE}" = "enabled" ]
 then
 	# Requiring stage file

Modified: dists/trunk/live-helper/helpers/lh_source_net
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_net	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_source_net	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "source_net: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "source_net: Init"
+
 if [ "${LIVE_SOURCE}" = "disabled" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_source_usb
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_usb	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_source_usb	2007-04-06 13:04:57 UTC (rev 968)
@@ -23,7 +23,6 @@
 Arguments "${@}"
 
 Echo_debug "Init ${PROGRAM}"
-Breakpoint "source_usb: Init"
 
 # Reading configuration files
 Read_conffile config/bootstrap
@@ -32,6 +31,8 @@
 Read_conffile config/image
 Set_defaults
 
+Breakpoint "source_usb: Init"
+
 if [ "${LIVE_SOURCE}" = "disabled" ]
 then
 	exit 0

Modified: dists/trunk/live-helper/helpers/lh_testroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_testroot	2007-04-06 12:58:44 UTC (rev 967)
+++ dists/trunk/live-helper/helpers/lh_testroot	2007-04-06 13:04:57 UTC (rev 968)
@@ -25,8 +25,6 @@
 Echo_debug "Init ${PROGRAM}"
 Breakpoint "testroot: Init"
 
-set -e
-
 # Checking user account
 if [ "`id -u`" -ne "0" ]
 then




More information about the Debian-live-changes mailing list