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

Daniel Baumann daniel at alioth.debian.org
Fri Apr 6 13:06:31 UTC 2007


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

Modified:
   dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap
   dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap
   dists/trunk/live-helper/helpers/lh_chroot_proc
   dists/trunk/live-helper/helpers/lh_chroot_sysfs
Log:


Modified: dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-04-06 13:04:57 UTC (rev 968)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-04-06 13:06:31 UTC (rev 969)
@@ -22,11 +22,11 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Ensure that a system is built as root
 lh_testroot
 
+Echo_debug "Init ${PROGRAM}"
+
 # Reading configuration files
 Read_conffile config/bootstrap
 Read_conffile config/chroot

Modified: dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap	2007-04-06 13:04:57 UTC (rev 968)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap	2007-04-06 13:06:31 UTC (rev 969)
@@ -22,11 +22,11 @@
 
 Arguments "${@}"
 
-Echo_debug "Init ${PROGRAM}"
-
 # Ensure that a system is built as root
 lh_testroot
 
+Echo_debug "Init ${PROGRAM}"
+
 # Reading configuration files
 Read_conffile config/bootstrap
 Read_conffile config/chroot

Modified: dists/trunk/live-helper/helpers/lh_chroot_proc
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_proc	2007-04-06 13:04:57 UTC (rev 968)
+++ dists/trunk/live-helper/helpers/lh_chroot_proc	2007-04-06 13:06:31 UTC (rev 969)
@@ -22,6 +22,9 @@
 
 Arguments "${@}"
 
+# Ensure that a system is built as root
+lh_testroot
+
 Echo_debug "Init ${PROGRAM}"
 
 # Reading configuration files

Modified: dists/trunk/live-helper/helpers/lh_chroot_sysfs
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_sysfs	2007-04-06 13:04:57 UTC (rev 968)
+++ dists/trunk/live-helper/helpers/lh_chroot_sysfs	2007-04-06 13:06:31 UTC (rev 969)
@@ -22,6 +22,9 @@
 
 Arguments "${@}"
 
+# Ensure that a system is built as root
+lh_testroot
+
 Echo_debug "Init ${PROGRAM}"
 
 # Reading configuration files




More information about the Debian-live-changes mailing list