[Debian-live-changes] r882 - in dists/trunk/live-helper: functions helpers

Daniel Baumann daniel at alioth.debian.org
Thu Mar 29 16:10:33 CET 2007


Author: daniel
Date: 2007-03-29 15:10:33 +0000 (Thu, 29 Mar 2007)
New Revision: 882

Modified:
   dists/trunk/live-helper/functions/common.sh
   dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap
   dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap
Log:


Modified: dists/trunk/live-helper/functions/common.sh
===================================================================
--- dists/trunk/live-helper/functions/common.sh	2007-03-29 15:08:57 UTC (rev 881)
+++ dists/trunk/live-helper/functions/common.sh	2007-03-29 15:10:33 UTC (rev 882)
@@ -8,6 +8,3 @@
 # under certain conditions; see COPYING for details.
 
 set -e
-
-# Ensure that a system is built as root
-lh_testroot

Modified: dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-03-29 15:08:57 UTC (rev 881)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_cdebootstrap	2007-03-29 15:10:33 UTC (rev 882)
@@ -22,6 +22,9 @@
 
 Arguments "${@}"
 
+# Ensure that a system is built as root
+lh_testroot
+
 # Starting helper
 Echo_debug "Init ${PROGRAM}"
 

Modified: dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap
===================================================================
--- dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap	2007-03-29 15:08:57 UTC (rev 881)
+++ dists/trunk/live-helper/helpers/lh_bootstrap_debootstrap	2007-03-29 15:10:33 UTC (rev 882)
@@ -22,6 +22,9 @@
 
 Arguments "${@}"
 
+# Ensure that a system is built as root
+lh_testroot
+
 # Starting helper
 Echo_debug "Init ${PROGRAM}"
 




More information about the Debian-live-changes mailing list