Hello,

  I've been hit by the live-initramfs bug about serial console, as
described in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=442289

Could you please fix it, I join a proposed patch which works for me.

        Thanks,
                Fred.
diff -Naur live-initramfs-1.130.1/scripts/live-bottom/25configure_init live-initramfs-1.130.1mod/scripts/live-bottom/25configure_init
--- live-initramfs-1.130.1/scripts/live-bottom/25configure_init	2008-04-02 14:04:47.000000000 +0200
+++ live-initramfs-1.130.1mod/scripts/live-bottom/25configure_init	2008-05-30 11:02:51.000000000 +0200
@@ -72,7 +72,7 @@
 		else
 			if [ -f /root/etc/inittab ]
 			then
-				sed -i -e "s|^\([^:]*:[^:]*:[^:]*\):.*getty.*\<\(tty[0-9]*\).*$|\1:/bin/login -f ${USERNAME} </dev/\2 >/dev/\2 2>\&1|" /root/etc/inittab
+				sed -i -e "s|^\([^:]*:[^:]*:[^:]*\):.*getty.*\<\(tty[S0-9]*\).*$|\1:/bin/login -f ${USERNAME} </dev/\2 >/dev/\2 2>\&1|" /root/etc/inittab
 			fi
 
 			if [ "/root/etc/event.d/tty*" != "$(echo /root/etc/event.d/tty*)" ]
_______________________________________________
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to