source:
trunk/packages/hvirt-devconfig/sysvms/s_master
@
2813
Last change on this file since 2813 was 2780, checked in by gdb, 15 years ago | |
---|---|
File size: 403 bytes |
Rev | Line | |
---|---|---|
[2779] | 1 | import os |
2 | ||
3 | release = os.uname()[2] | |
4 | kernel = '/boot/vmlinuz-%s' % release | |
5 | ramdisk = '/boot/initrd.img-%s' % release | |
[2780] | 6 | memory = '256' |
[2779] | 7 | |
[2780] | 8 | disk = ['phy:root/s_master_hda,hda,w'] |
[2779] | 9 | |
10 | name = 's_master' | |
11 | ||
12 | vif = [ 'ip=140.247.89.172,mac=00:16:3e:04:d1:56' ] | |
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.