]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/xen-image/ipfire.cfg
xen-image: enlarge partitions and remove extra /var partition
[people/pmueller/ipfire-2.x.git] / config / xen-image / ipfire.cfg
CommitLineData
aa730400 1bootloader = '/usr/bin/pygrub'
bada0832 2
8e68bb83 3memory = 512
bada0832
AF
4name = "ipfire-xen"
5
6acpi=1
7apic=1
8
9### network: do not change the mac adresses and never use your real mac adresse of your hardware here!! ###
7f8044b6 10### the bridge must be present on you xen-system. Check the names!!! ###
bada0832
AF
11vif = [
12 'mac=00:17:3E:BE:A1:1A, bridge=xenbrI', ## Green
13 'mac=00:17:3E:BE:A1:1B, bridge=xenbrE', ## Red
14# 'mac=00:17:3E:BE:A1:1C, bridge=xenbrW', ## Blue (currently disabled, uncomment it if neede)
15# 'mac=00:17:3E:BE:A1:1D, bridge=xenbrD' ## Orange (currently disabled, uncomment it if neede)
16 ]
17
18
19disk = [
61cf8114
AF
20 'file:./ipfire-boot.img,xvda1,w',
21 'file:./ipfire-swap.img,xvda2,w',
8e68bb83 22 'file:./ipfire-root.img,xvda3,w'
bada0832 23 ] #### Change path