Configure serial console on boot sipb-xen-database/10.8
authorQuentin Smith <quentin@mit.edu>
Fri, 2 May 2008 00:21:45 +0000 (20:21 -0400)
committerQuentin Smith <quentin@mit.edu>
Fri, 2 May 2008 00:21:45 +0000 (20:21 -0400)
svn path=/trunk/packages/sipb-xen-database/; revision=490

client/etc/xen/sipb-database
debian/changelog

index 80af864..d9e693b 100644 (file)
@@ -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'
index d7c1e62..203c44e 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-database (10.8) unstable; urgency=low
+
+  * Configure serial console on boot
+
+ -- Quentin Smith <quentin@sipb-xen-dev.mit.edu>  Thu,  1 May 2008 20:21:25 -0400
+
 sipb-xen-database (10.7) unstable; urgency=low
 
   * Depend on psql client in -client package.