Last change
on this file since 2603 was
2089,
checked in by price, 16 years ago
|
ship s_master etc rather than s_master.mako etc
|
File size:
456 bytes
|
Line | |
---|
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_hda,hda,w', |
---|
10 | 'phy:xenvg/s_master_hdb,hdb,w'] |
---|
11 | |
---|
12 | name = 's_master' |
---|
13 | |
---|
14 | vif = [ 'ip=18.181.0.62,mac=00:16:3E:5F:C1:D4' ] |
---|
15 | |
---|
16 | on_poweroff = 'destroy' |
---|
17 | on_reboot = 'restart' |
---|
18 | on_crash = 'restart' |
---|
19 | |
---|
20 | root = '/dev/hda1 ro' |
---|
21 | extra = '2 console=xvc0' |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.