]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame_incremental - config/xen-image/ipfire.cfg
Fix dns dhcp client helper script.
[people/pmueller/ipfire-2.x.git] / config / xen-image / ipfire.cfg
... / ...
CommitLineData
1bootloader = '/usr/bin/pygrub'
2
3memory = 128
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!! ###
10### the bridge must be present on you xen-system. Check the names!!! ###
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 = [
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