Fix sysvms serial console configuration: xvc0 → hvc0
[invirt/packages/xvm-devconfig.git] / sysvms / s_master
index 502b61f..37b8c05 100644 (file)
@@ -5,15 +5,15 @@ kernel      = '/boot/vmlinuz-%s' % release
 ramdisk     = '/boot/initrd.img-%s' % release
 memory      = '512'
 
-disk        = ['phy:xenvg/s_master_hda,hda,w']
+disk        = ['phy:xenvg/s_master_xvda,xvda,w']
 
 name        = 's_master'
 
-vif         = [ 'ip=18.181.0.80,mac=00:16:3e:6c:1e:f5' ]
+vif         = [ 'ip=18.181.0.80,mac=00:16:3e:0c:13:39' ]
 
 on_poweroff = 'destroy'
 on_reboot   = 'restart'
 on_crash    = 'restart'
 
-root = "/dev/hda1 ro"
-extra = '2 console=xvc0'
+root = "/dev/xvda1 ro"
+extra = '2 console=hvc0'