do the temporary hack for the other two sysvms
[invirt/packages/xvm-prodconfig.git] / sysvms / s_master
1
2 import os
3
4 # temporary hack so we can get the sysvms off the old hardware
5 #release     = os.uname()[2]
6 release     = "2.6.24-32-xen"
7 kernel      = '/boot/vmlinuz-%s' % release
8 ramdisk     = '/boot/initrd.img-%s' % release
9 memory      = '1024'
10
11 disk        = ['phy:xenvg/s_master_hda,hda,w',
12                'phy:xenvg/s_master_hdb,hdb,w']
13
14 name        = 's_master'
15
16 vif         = [ 'ip=18.181.0.62,mac=00:16:3E:5F:C1:D4' ]
17
18 on_poweroff = 'destroy'
19 on_reboot   = 'restart'
20 on_crash    = 'restart'
21
22 root        = '/dev/hda1 ro'
23 extra = '2 console=xvc0'
24