From: Quentin Smith Date: Fri, 2 May 2008 00:21:45 +0000 (-0400) Subject: Configure serial console on boot X-Git-Tag: sipb-xen-database/10.8^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-database.git/commitdiff_plain/123dae4c25c189ec1729db77ed6099fe2290f52a Configure serial console on boot svn path=/trunk/packages/sipb-xen-database/; revision=490 --- diff --git a/client/etc/xen/sipb-database b/client/etc/xen/sipb-database index 80af864..d9e693b 100644 --- a/client/etc/xen/sipb-database +++ b/client/etc/xen/sipb-database @@ -41,6 +41,7 @@ if machine_type.hvm: vnc = 1 vncpasswd = 'moocow' device_model = '/usr/sbin/qemu-dm-sipb' + serial = 'pty' else: kernel = '/boot/vmlinuz-2.6.18-5-xen-amd64' ramdisk = '/boot/initrd.img-2.6.18-5-xen-amd64' diff --git a/debian/changelog b/debian/changelog index d7c1e62..203c44e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-database (10.8) unstable; urgency=low + + * Configure serial console on boot + + -- Quentin Smith Thu, 1 May 2008 20:21:25 -0400 + sipb-xen-database (10.7) unstable; urgency=low * Depend on psql client in -client package.