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

daniel at alioth.debian.org daniel at alioth.debian.org
Mon May 28 15:46:59 UTC 2007


Author: daniel
Date: 2007-05-28 15:46:59 +0000 (Mon, 28 May 2007)
New Revision: 1854

Modified:
   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_cdebootstrap
   dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap
   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_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
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_chroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_chroot	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_chroot	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,9 @@
 
 Arguments "${@}"
 
+Echo_message "Begin copying chroot..."
+Echo_message "This may take a while."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap
@@ -58,7 +61,6 @@
 ${LH_ROOT_COMMAND} rm -rf chroot.tmp
 
 # Copying new chroot
-Echo_message "Copying chroot, this may take a while."
 ${LH_ROOT_COMMAND} cp -a chroot chroot.tmp
 ${LH_ROOT_COMMAND} mv chroot.tmp chroot/chroot
 

Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin installing debian-installer..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_encryption
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_encryption	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_encryption	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin encrypting root filesystem image..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_grub
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_grub	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_grub	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin installing grub..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_hdd	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_hdd	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin building binary harddisk image..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_includes
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_includes	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_includes	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin copying binary includes..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_iso
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_iso	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_iso	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin building binary iso image..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_linux-image
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_linux-image	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_linux-image	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin install linux-image..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_local-includes
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_local-includes	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_local-includes	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin copying binary local includes..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_manifest
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_manifest	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_manifest	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin creating manifest..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_md5sum	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin creating binary md5sum.txt..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_memtest
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_memtest	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_memtest	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin installing memtest..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_net
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_net	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_net	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin building binary netboot image..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_rootfs
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_rootfs	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin building root filesystem image..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_syslinux
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin installing syslinux..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_usb-hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_usb-hdd	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_usb-hdd	2007-05-28 15:46:59 UTC (rev 1854)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# lh_binary_usb-hdd(1) - build binary image
+# lh_binary_usb-hdd(1) - build binary usb-hdd image
 # Copyright (C) 2006-2007 Daniel Baumann <daniel at debian.org>
 #
 # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin building binary usb-hdd image..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_binary_yaboot
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_yaboot	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_binary_yaboot	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin installing yaboot..."
+
 # 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 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin bootstrapping system"
+Echo_message "Begin bootstrapping system..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin bootstrapping system"
+Echo_message "Begin bootstrapping system..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_apt
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_apt	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_apt	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin configuring /etc/apt/apt.conf"
+Echo_message "Begin configuring /etc/apt/apt.conf..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_debianchroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_debianchroot	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_debianchroot	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin configuring /etc/debian_chroot"
+Echo_message "Begin configuring /etc/debian_chroot..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_hacks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hacks	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_hacks	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin executing hacks"
+Echo_message "Begin executing hacks..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_hooks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hooks	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_hooks	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin executing hooks"
+Echo_message "Begin executing hooks..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_hosts
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hosts	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_hosts	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin configuring /etc/hosts"
+Echo_message "Begin configuring /etc/hosts..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_interactive
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_interactive	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_interactive	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin interactive build"
+Echo_message "Begin interactive build..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_linux-image
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_linux-image	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_linux-image	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin /etc/kernel-img.conf"
+Echo_message "Begin configuring /etc/kernel-img.conf..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-hooks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-hooks	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-hooks	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin executing local hooks"
+Echo_message "Begin executing local hooks..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-includes
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-includes	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-includes	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin copying local includes"
+Echo_message "Begin copying chroot local includes..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-packages
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-packages	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-packages	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin installing local packages"
+Echo_message "Begin installing local packages..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-packageslists
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-packageslists	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-packageslists	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin installing local packages lists"
+Echo_message "Begin installing local packages lists..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_localization
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_localization	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_localization	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin installing localization packages"
+Echo_message "Begin installing localization packages..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_packages
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_packages	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_packages	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin installing packages"
+Echo_message "Begin installing packages..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_packageslists
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_packageslists	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_packageslists	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin installing packages lists"
+Echo_message "Begin installing packages lists..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_proc
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_proc	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_proc	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin mounting /proc"
+Echo_message "Begin mounting /proc..."
 
 # Ensure that a system is built as root
 lh_testroot

Modified: dists/trunk/live-helper/helpers/lh_chroot_resolv
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_resolv	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_resolv	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin configuring /etc/resolv.conf"
+Echo_message "Begin configuring /etc/resolv.conf..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_sources
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sources	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_sources	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin configuring /etc/apt/sources.list"
+Echo_message "Begin configuring /etc/apt/sources.list..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_symlinks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_symlinks	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_symlinks	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin converting symlinks"
+Echo_message "Begin converting symlinks..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_sysfs
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sysfs	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysfs	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin mounting /sys"
+Echo_message "Begin mounting /sys..."
 
 # Ensure that a system is built as root
 lh_testroot

Modified: dists/trunk/live-helper/helpers/lh_chroot_sysvinit
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sysvinit	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysvinit	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin configuring sysvinit"
+Echo_message "Begin configuring sysvinit..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_sysvrc
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sysvrc	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysvrc	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin configuring /usr/sbin/policy-rc.d"
+Echo_message "Begin configuring /usr/sbin/policy-rc.d..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_chroot_tasks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_tasks	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_chroot_tasks	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,7 +22,7 @@
 
 Arguments "${@}"
 
-Echo_message "Begin installing tasks"
+Echo_message "Begin installing tasks..."
 
 # Reading configuration files
 Read_conffile config/common

Modified: dists/trunk/live-helper/helpers/lh_source_debian
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_debian	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_source_debian	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin downloading sources..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_source_debian-live
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_debian-live	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_source_debian-live	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin copying live-helper configuration..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_source_generic
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_generic	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_source_generic	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin building source generic image..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_source_hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_hdd	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_source_hdd	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin building source harddisk image..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_source_iso
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_iso	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_source_iso	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin building source iso image..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_source_md5sum
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_source_md5sum	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin creating source md5sum.txt..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_source_net
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_net	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_source_net	2007-05-28 15:46:59 UTC (rev 1854)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin building source netboot image..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_source_usb-hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_usb-hdd	2007-05-28 15:30:58 UTC (rev 1853)
+++ dists/trunk/live-helper/helpers/lh_source_usb-hdd	2007-05-28 15:46:59 UTC (rev 1854)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# lh_source_usb-hdd(1) - build source image
+# lh_source_usb-hdd(1) - build source usb-hdd image
 # Copyright (C) 2006-2007 Daniel Baumann <daniel at debian.org>
 #
 # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin building source usb-hdd image..."
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap




More information about the Debian-live-changes mailing list