]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - config/xen-image/ipfire.cfg
eeb35c9f21b135234c5c3ae55d7e86947874b7e6
[people/teissler/ipfire-2.x.git] / config / xen-image / ipfire.cfg
1 bootloader = '/usr/bin/pygrub'
2
3 memory = 128
4 name = "ipfire-xen"
5
6 acpi=1
7 apic=1
8
9 ### network: do not change the mac adresses and never use your real mac adresse of your hardware here!! ###
10 ### the bridge must be present on you xen-system. Check the names!!! ###
11 vif = [
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
19 disk = [
20 'file:/mnt/test/ipfire-boot.img,xvda1,w',
21 'file:/mnt/test/ipfire-swap.img,xvda2,w',
22 'file:/mnt/test/ipfire-root.img,xvda3,w',
23 'file:/mnt/test/ipfire-var.img,xvda4,w'
24 ] #### Change path