Missing export command for some variables, assigning to boot
options. This bug come with current version for some
variable then go away in the next version. Then it come back
with same or other variable and after fixing the story repeated.

Is it possible to fix this sort of bug permanently?

The patch included for svn rev. 2378, if it is make sense and it
don't return again.

-- 

*********************************
****   Vladimir Stavrinov  ******
*******   [EMAIL PROTECTED]   ******
*********************************

diff -ur live-initramfs.2378/scripts/live live-initramfs/scripts/live
--- live-initramfs.2378/scripts/live	2007-07-02 18:55:13.000000000 +0400
+++ live-initramfs/scripts/live	2007-07-03 11:02:21.000000000 +0400
@@ -95,10 +95,12 @@
 
 			kmodel=*|console-setup/modelcode=*)
 				KMODEL=${x#*=}
+				export KMODEL
 				;;
 
 			koptions=*)
 				KOPTIONS=${x#koptions=}
+				export KOPTIONS
 				;;
 
 			live-getty)
_______________________________________________
Debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to