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

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


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

Modified:
   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
Log:


Modified: dists/trunk/live-helper/helpers/lh_chroot_apt
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_apt	2007-05-28 15:05:44 UTC (rev 1851)
+++ dists/trunk/live-helper/helpers/lh_chroot_apt	2007-05-28 15:25:05 UTC (rev 1852)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin configuring apt"
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_chroot_debianchroot
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_debianchroot	2007-05-28 15:05:44 UTC (rev 1851)
+++ dists/trunk/live-helper/helpers/lh_chroot_debianchroot	2007-05-28 15:25:05 UTC (rev 1852)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin configuring debian_chroot"
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_chroot_hacks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hacks	2007-05-28 15:05:44 UTC (rev 1851)
+++ dists/trunk/live-helper/helpers/lh_chroot_hacks	2007-05-28 15:25:05 UTC (rev 1852)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin executing hacks"
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_chroot_hooks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hooks	2007-05-28 15:05:44 UTC (rev 1851)
+++ dists/trunk/live-helper/helpers/lh_chroot_hooks	2007-05-28 15:25:05 UTC (rev 1852)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin executing hooks"
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap

Modified: dists/trunk/live-helper/helpers/lh_chroot_hosts
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_hosts	2007-05-28 15:05:44 UTC (rev 1851)
+++ dists/trunk/live-helper/helpers/lh_chroot_hosts	2007-05-28 15:25:05 UTC (rev 1852)
@@ -22,6 +22,8 @@
 
 Arguments "${@}"
 
+Echo_message "Begin configuring /etc/hosts"
+
 # Reading configuration files
 Read_conffile config/common
 Read_conffile config/bootstrap




More information about the Debian-live-changes mailing list