If we treat DEFCONSOLE like all other parameters then the automatic
serial console code (on 25_configure.init) starts working again.

Alex Owen
=== modified file 'scripts/casper'
--- scripts/casper	2007-01-16 11:14:37 +0000
+++ scripts/casper	2007-02-04 17:25:34 +0000
@@ -95,7 +95,7 @@
                 PRESEEDS="${PRESEEDS}\"${question}=${value}\" "
                 ;;
             console=*)
-                export DEFCONSOLE=$(sed -e 's%.*console=%console=%' /proc/cmdline) ;;
+                export DEFCONSOLE="${x#*=}" ;;
         esac
     done
 

_______________________________________________
Debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to