Hi,

one more variable which is not exported and then ignored: LIVE_BOOTAPPEND. 
(actually it's only exported in Main() if you use the --bootappend command 
line; I'd say all these exports are useless as they are redundant with those 
in Defaults())
The attached patch just adds it in defaults.sh

-- 
Cédric Lucantis
Index: src/scripts/02defaults.sh
===================================================================
--- src/scripts/02defaults.sh	(révision 335)
+++ src/scripts/02defaults.sh	(copie de travail)
@@ -372,5 +372,5 @@
 
 	# Variables that do not have defaults but need to be exported to
 	# allow other helpers to use their values
-	export LIVE_BOOTSTRAP_CONFIG LIVE_PRESEED LIVE_INCLUDE_CHROOT
+	export LIVE_BOOTSTRAP_CONFIG LIVE_PRESEED LIVE_INCLUDE_CHROOT LIVE_BOOTAPPEND
 }
_______________________________________________
Debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to