From 0173b55818218871181f9e5c2da0117a8f31f429 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 14 Feb 2009 21:30:40 -0500 Subject: [PATCH 1/1] Serial consoles are supposed to run at 115200 baud, not 115300. svn path=/trunk/packages/invirt-autoinstaller/; revision=2116 --- common/usr/lib/xen-tools/patches/event.d.diff | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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. -- 1.7.9.5