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.214,mac=00:16:3e:0c:13:39' ]
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
-root = "/dev/hda1 ro"
+root = "/dev/xvda1 ro"
extra = '2 console=xvc0'