okay, I don't know what the s_master in here is, but it's clearly very wrong. replace...
[invirt/packages/xvm-prodconfig.git] / sysvms / s_master
1
2 import os
3
4 release     = os.uname()[2]
5 kernel      = '/boot/vmlinuz-%s' % release
6 ramdisk     = '/boot/initrd.img-%s' % release
7 memory      = '1024'
8
9 disk        = ['phy:xenvg/s_master_precise_xvda,xvda,w',
10                'phy:xenvg/s_master_precise_xvdb,xvdb,w']
11
12 name        = 's_master'
13
14 vif         = [ 'ip=18.181.0.62,mac=00:16:3E:5F:C1:8A' ]
15
16 on_poweroff = 'destroy'
17 on_reboot   = 'restart'
18 on_crash    = 'restart'
19
20 root        = '/dev/xvda1 ro'
21 extra = '2 console=hvc0'
22