From: Evan Broder Date: Sun, 15 Feb 2009 02:30:40 +0000 (-0500) Subject: Serial consoles are supposed to run at 115200 baud, not 115300. X-Git-Tag: 0.0.10~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-autoinstaller.git/commitdiff_plain/0173b55818218871181f9e5c2da0117a8f31f429 Serial consoles are supposed to run at 115200 baud, not 115300. svn path=/trunk/packages/invirt-autoinstaller/; revision=2116 --- diff --git a/common/usr/lib/xen-tools/patches/event.d.diff b/common/usr/lib/xen-tools/patches/event.d.diff index 5513b05..e7046d4 100644 --- a/common/usr/lib/xen-tools/patches/event.d.diff +++ b/common/usr/lib/xen-tools/patches/event.d.diff @@ -11,4 +11,4 @@ +stop on runlevel 6 + +respawn -+exec /sbin/getty 115300 ttyS0 ++exec /sbin/getty 115200 ttyS0 diff --git a/debian/changelog b/debian/changelog index aa0b8f8..b130fe2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-autoinstaller (0.0.10) unstable; urgency=low + + * Serial consoles are supposed to run at 115200 baud, not 115300. + + -- Evan Broder Sat, 14 Feb 2009 20:44:27 -0500 + invirt-autoinstaller (0.0.9) unstable; urgency=low * xen-utils recommends a Xen hypervisor. We don't want one.