|
Last change
on this file since 2508 was
2088,
checked in by price, 17 years ago
|
|
add sysvm configs to xvm-devconfig
|
|
File size:
404 bytes
|
| Rev | Line | |
|---|
| [2088] | 1 | import os |
|---|
| 2 | |
|---|
| 3 | release = os.uname()[2] |
|---|
| 4 | kernel = '/boot/vmlinuz-%s' % release |
|---|
| 5 | ramdisk = '/boot/initrd.img-%s' % release |
|---|
| 6 | memory = '256' |
|---|
| 7 | |
|---|
| 8 | disk = ['phy:xenvg/s_console_hda,hda,w'] |
|---|
| 9 | |
|---|
| 10 | name = 's_console' |
|---|
| 11 | |
|---|
| 12 | vif = [ 'ip=18.181.0.230,mac=00:16:3E:FC:FE:26' ] |
|---|
| 13 | |
|---|
| 14 | on_poweroff = 'destroy' |
|---|
| 15 | on_reboot = 'restart' |
|---|
| 16 | on_crash = 'restart' |
|---|
| 17 | |
|---|
| 18 | root = "/dev/hda1 ro" |
|---|
| 19 | extra = '2 console=xvc0' |
|---|
Note: See
TracBrowser
for help on using the repository browser.