Boot sysvms with the host’s latest installed kernel
[invirt/packages/xvm-devconfig.git] / sysvms / s_console
index d31137e..9dae4c8 100644 (file)
@@ -1,19 +1,19 @@
 import os
 
 release     = os.uname()[2]
-kernel      = '/boot/vmlinuz-%s' % release
-ramdisk     = '/boot/initrd.img-%s' % release
+kernel      = '/vmlinuz'
+ramdisk     = '/initrd.img'
 memory      = '256'
 
 disk        = ['phy:xenvg/s_console_xvda,xvda,w']
 
 name        = 's_console'
 
-vif         = [ 'ip=18.181.0.219,mac=00:16:3e:07:15:2c' ]
+vif         = [ 'ip=18.181.0.230,mac=00:16:3e:07:15:2c' ]
 
 on_poweroff = 'destroy'
 on_reboot   = 'restart'
 on_crash    = 'restart'
 
 root = "/dev/xvda1 ro"
-extra = '2 console=xvc0'
+extra = '2 console=hvc0'