Last change
on this file since 2451 was
2089,
checked in by price, 16 years ago
|
ship s_master etc rather than s_master.mako etc
|
File size:
404 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 = '512' |
---|
| 8 | |
---|
| 9 | disk = ['phy:xenvg/s_remote_hda,hda,w'] |
---|
| 10 | |
---|
| 11 | name = 's_remote' |
---|
| 12 | |
---|
[2089] | 13 | vif = [ 'ip=18.181.0.188,mac=00:16:3E:7F:C2:55' ] |
---|
[1452] | 14 | |
---|
| 15 | on_poweroff = 'destroy' |
---|
| 16 | on_reboot = 'restart' |
---|
| 17 | on_crash = 'restart' |
---|
| 18 | |
---|
| 19 | root = "/dev/hda1 ro" |
---|
| 20 | extra = '2 console=xvc0' |
---|
[2089] | 21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.