[Debian-live-changes] r1853 - dists/trunk/live-helper/helpers
daniel at alioth.debian.org
daniel at alioth.debian.org
Mon May 28 15:30:58 UTC 2007
Author: daniel
Date: 2007-05-28 15:30:58 +0000 (Mon, 28 May 2007)
New Revision: 1853
Modified:
dists/trunk/live-helper/helpers/lh_chroot_apt
dists/trunk/live-helper/helpers/lh_chroot_debianchroot
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
Log:
Modified: dists/trunk/live-helper/helpers/lh_chroot_apt
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_apt 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_apt 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,7 +22,7 @@
Arguments "${@}"
-Echo_message "Begin configuring apt"
+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:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_debianchroot 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,7 +22,7 @@
Arguments "${@}"
-Echo_message "Begin configuring debian_chroot"
+Echo_message "Begin configuring /etc/debian_chroot"
# 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:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_interactive 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin interactive build"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_linux-image
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_linux-image 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_linux-image 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin /etc/kernel-img.conf"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_local-hooks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-hooks 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-hooks 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin executing local hooks"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_local-includes
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-includes 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-includes 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin copying local includes"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_local-packages
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-packages 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-packages 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin installing local packages"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_local-packageslists
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-packageslists 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-packageslists 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin installing local packages lists"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_localization
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_localization 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_localization 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin installing localization packages"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_packages
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_packages 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_packages 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin installing packages"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_packageslists
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_packageslists 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_packageslists 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin installing packages lists"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_proc
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_proc 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_proc 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+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:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_resolv 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin configuring /etc/resolv.conf"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_sources
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sources 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_sources 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin configuring /etc/apt/sources.list"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_symlinks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_symlinks 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_symlinks 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin converting symlinks"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_sysfs
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sysfs 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysfs 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+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:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysvinit 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin configuring sysvinit"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_sysvrc
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sysvrc 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysvrc 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin configuring /usr/sbin/policy-rc.d"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
Modified: dists/trunk/live-helper/helpers/lh_chroot_tasks
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_tasks 2007-05-28 15:25:05 UTC (rev 1852)
+++ dists/trunk/live-helper/helpers/lh_chroot_tasks 2007-05-28 15:30:58 UTC (rev 1853)
@@ -22,6 +22,8 @@
Arguments "${@}"
+Echo_message "Begin installing tasks"
+
# Reading configuration files
Read_conffile config/common
Read_conffile config/bootstrap
More information about the Debian-live-changes
mailing list