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