update xen device names in sysvms config, bump mac addresses, and change ip addresses...
[invirt/packages/xvm-devconfig.git] / sysvms / s_remote
index 4b69bea..041e161 100644 (file)
@@ -5,15 +5,15 @@ kernel      = '/boot/vmlinuz-%s' % release
 ramdisk     = '/boot/initrd.img-%s' % release
 memory      = '512'
 
-disk        = ['phy:xenvg/s_remote_hda,hda,w']
+disk        = ['phy:xenvg/s_remote_xvda,xvda,w']
 
 name        = 's_remote'
 
-vif         = [ 'ip=18.181.0.231,mac=00:16:3e:26:dc:72' ]
+vif         = [ 'ip=18.181.0.216,mac=00:16:3e:5f:98:b4' ]
 
 on_poweroff = 'destroy'
 on_reboot   = 'restart'
 on_crash    = 'restart'
 
-root = "/dev/hda1 ro"
+root = "/dev/xvda1 ro"
 extra = '2 console=xvc0'