projects
/
invirt/packages/invirt-database.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Configure serial console on boot
[invirt/packages/invirt-database.git]
/
client
/
etc
/
xen
/
sipb-database
diff --git
a/client/etc/xen/sipb-database
b/client/etc/xen/sipb-database
index
fa75ebc
..
d9e693b
100644
(file)
--- a/
client/etc/xen/sipb-database
+++ b/
client/etc/xen/sipb-database
@@
-41,9
+41,10
@@
if machine_type.hvm:
vnc = 1
vncpasswd = 'moocow'
device_model = '/usr/sbin/qemu-dm-sipb'
vnc = 1
vncpasswd = 'moocow'
device_model = '/usr/sbin/qemu-dm-sipb'
+ serial = 'pty'
else:
else:
- kernel = '/boot/vmlinuz-2.6.18-4-xen-amd64'
- ramdisk = '/boot/initrd.img-2.6.18-4-xen-amd64'
+ kernel = '/boot/vmlinuz-2.6.18-5-xen-amd64'
+ ramdisk = '/boot/initrd.img-2.6.18-5-xen-amd64'
builder = 'linux'
pae = machine_type.pae
builder = 'linux'
pae = machine_type.pae
@@
-82,6
+83,8
@@
elif 'cdrom_image' in locals():
disk.append('file:/srv/images/' + cdrom_image + '.iso,hdc:cdrom,r')
boot = 'd'
disk.append('file:/srv/images/' + cdrom_image + '.iso,hdc:cdrom,r')
boot = 'd'
+usbdevice = 'tablet'
+
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'destroy'
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'destroy'