update xen device names in sysvms config, bump mac addresses, and change ip addresses...
[invirt/packages/xvm-devconfig.git] / sysvms / s_console
index 03c01f3..d31137e 100644 (file)
@@ -5,15 +5,15 @@ kernel      = '/boot/vmlinuz-%s' % release
 ramdisk     = '/boot/initrd.img-%s' % release
 memory      = '256'
 
-disk        = ['phy:xenvg/s_console_hda,hda,w']
+disk        = ['phy:xenvg/s_console_xvda,xvda,w']
 
 name        = 's_console'
 
-vif         = [ 'ip=18.181.0.230,mac=00:16:3E:FC:FE:26' ]
+vif         = [ 'ip=18.181.0.219,mac=00:16:3e:07:15:2c' ]
 
 on_poweroff = 'destroy'
 on_reboot   = 'restart'
 on_crash    = 'restart'
 
-root = "/dev/hda1 ro"
+root = "/dev/xvda1 ro"
 extra = '2 console=xvc0'