On 12/13/2013 4:21 AM, Teco Boot wrote:
In /usr/share/initramfs-tools/scripts/init-bottom:--- 25serial_inittab.org 2012-12-11 16:53:35.000000000 +0000 +++ 25serial_inittab 2013-12-12 20:05:13.000000000 +0000 @@ -34,7 +34,8 @@ export LIVE_GETTY=1 ;; console=*) - export DEFCONSOLE=$(sed -e 's%.*console=%console=%' /proc/cmdline) + export DEFCONSOLE=$(sed -e 's%.*console=%console=%' /proc/cmdline | \ + cut -d " " -f 1 ) ;; autoinstall=*) AUTOINSTALL=$(sed -e 's%.*autoinstall=%%' /proc/cmdline | \
Committed. -- Regards, Kim-man "Punky" Tse * Open Source Embedded Solutions and Systems - Voyage Linux (http://linux.voyage.hk) - Voyage MPD (http://linux.voyage.hk/voyage-mpd) - Voyage MuBox (http://mubox.voyage.hk) * Voyage Store (http://store.voyage.hk) _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
