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

otavio at alioth.debian.org otavio at alioth.debian.org
Tue Jun 5 03:54:05 UTC 2007


Author: otavio
Date: 2007-06-05 03:54:05 +0000 (Tue, 05 Jun 2007)
New Revision: 1973

Modified:
   dists/trunk/live-helper/functions/defaults.sh
   dists/trunk/live-helper/helpers/lh_config
Log:
Properly set LH_ROOT_COMMAND and LIVE_PRESEED defaults


Modified: dists/trunk/live-helper/functions/defaults.sh
===================================================================
--- dists/trunk/live-helper/functions/defaults.sh	2007-06-04 15:53:59 UTC (rev 1972)
+++ dists/trunk/live-helper/functions/defaults.sh	2007-06-05 03:54:05 UTC (rev 1973)
@@ -195,6 +195,9 @@
 		esac
 	fi
 
+	# Setting root command
+	# LH_ROOT_COMMAND
+
 	# Setting includes
 	if [ -z "${LIVE_INCLUDES}" ]
 	then
@@ -425,6 +428,9 @@
 	# Setting packages list string
 	LIVE_PACKAGES_LISTS="${LIVE_PACKAGES_LISTS:-standard}"
 
+	# Setting package preseed
+	# LIVE_PRESEED
+
 	# Setting tasks string
 	for LIST in ${LIVE_PACKAGES_LISTS}
 	do

Modified: dists/trunk/live-helper/helpers/lh_config
===================================================================
--- dists/trunk/live-helper/helpers/lh_config	2007-06-04 15:53:59 UTC (rev 1972)
+++ dists/trunk/live-helper/helpers/lh_config	2007-06-05 03:54:05 UTC (rev 1973)
@@ -135,8 +135,8 @@
 LH_MODE="${LH_MODE}"
 
 # \$LH_ROOT_COMMAND: use sudo or equivalent
-# (Default: empty)
-#LH_ROOT_COMMAND="sudo"
+# (Default: $LH_ROOT_COMMAND)
+#LH_ROOT_COMMAND="${LH_ROOT_COMMAND}"
 
 # \$LH_TASKSEL: set tasksel program
 # (Default: ${LH_TASKSEL})
@@ -268,6 +268,10 @@
 # (Default: ${LIVE_PACKAGES_LISTS})
 LIVE_PACKAGES_LISTS="${LIVE_PACKAGES_LISTS}"
 
+# \$LIVE_PRESEED: set package preseed
+# (Default: ${LIVE_PRESEED})
+LIVE_PRESEED="${LIVE_PRESEED}"
+
 # \$LIVE_TASKS: set tasks to install
 # (Default: empty)
 LIVE_TASKS="${LIVE_TASKS}"




More information about the Debian-live-changes mailing list