Last change
on this file since 744 was
741,
checked in by ecprice, 16 years ago
|
New guest-based autoinstaller
|
File size:
802 bytes
|
Line | |
---|
1 | # |
---|
2 | # Configuration file for the Xen instance foobar, created |
---|
3 | # by xen-tools 3.7 on Sat Jun 21 16:24:54 2008. |
---|
4 | # |
---|
5 | |
---|
6 | # |
---|
7 | # Kernel + memory size |
---|
8 | # |
---|
9 | #bootloader = '/usr/lib/xen-default/bin/pygrub' |
---|
10 | kernel = '/boot/vmlinuz-2.6.24-19-xen' |
---|
11 | ramdisk = '/boot/initrd.img-2.6.24-19-xen' |
---|
12 | memory = '256' |
---|
13 | |
---|
14 | |
---|
15 | # |
---|
16 | # Hostname |
---|
17 | # |
---|
18 | name = 'd_foobar2' |
---|
19 | |
---|
20 | |
---|
21 | # |
---|
22 | # Disk device(s). |
---|
23 | # |
---|
24 | disk = [ |
---|
25 | 'phy:/dev/xenvg/%s_hda,hdb,r' % name, |
---|
26 | 'phy:/dev/xenvg/d_%s_hda,hda,w' % target, |
---|
27 | ] |
---|
28 | |
---|
29 | root = '/dev/hdb1' |
---|
30 | extra = 'ro noresume ip=18.181.0.216::18.181.0.1:255.255.0.0:foobar2:eth0:off' |
---|
31 | |
---|
32 | # |
---|
33 | # Networking |
---|
34 | # |
---|
35 | vif = [ 'ip=18.181.0.216,mac=00:16:3e:00:2c:ee,script=vif-bridge' ] |
---|
36 | |
---|
37 | # |
---|
38 | # Behaviour |
---|
39 | # |
---|
40 | on_poweroff = 'destroy' |
---|
41 | on_reboot = 'restart' |
---|
42 | on_crash = 'destroy' |
---|
43 | |
---|
44 | |
---|
45 | |
---|
Note: See
TracBrowser
for help on using the repository browser.