source: trunk/packages/sipb-xen-guest-installer/files/etc/xen/autoinstall.cfg @ 741

Last change on this file since 741 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'
10kernel      = '/boot/vmlinuz-2.6.24-19-xen'
11ramdisk     = '/boot/initrd.img-2.6.24-19-xen'
12memory      = '256'
13
14
15#
16#  Hostname
17#
18name        = 'd_foobar2'
19
20
21#
22#  Disk device(s).
23#
24disk        = [
25                  'phy:/dev/xenvg/%s_hda,hdb,r' % name,
26                  'phy:/dev/xenvg/d_%s_hda,hda,w' % target,
27              ]
28
29root = '/dev/hdb1'
30extra = 'ro noresume ip=18.181.0.216::18.181.0.1:255.255.0.0:foobar2:eth0:off'
31
32#
33#  Networking
34#
35vif         = [ 'ip=18.181.0.216,mac=00:16:3e:00:2c:ee,script=vif-bridge' ]
36
37#
38#  Behaviour
39#
40on_poweroff = 'destroy'
41on_reboot   = 'restart'
42on_crash    = 'destroy'
43
44
45
Note: See TracBrowser for help on using the repository browser.