Files
bpfire/config/xen-image/ipfire.cfg
2014-05-22 18:40:13 +02:00

25 lines
816 B
INI

bootloader = '/usr/bin/pygrub'
memory = 256
name = "ipfire-xen"
acpi=1
apic=1
### network: do not change the mac adresses and never use your real mac adresse of your hardware here!! ###
### the bridge must be present on you xen-system. Check the names!!! ###
vif = [
'mac=00:17:3E:BE:A1:1A, bridge=xenbrI', ## Green
'mac=00:17:3E:BE:A1:1B, bridge=xenbrE', ## Red
# 'mac=00:17:3E:BE:A1:1C, bridge=xenbrW', ## Blue (currently disabled, uncomment it if neede)
# 'mac=00:17:3E:BE:A1:1D, bridge=xenbrD' ## Orange (currently disabled, uncomment it if neede)
]
disk = [
'file:./ipfire-boot.img,xvda1,w',
'file:./ipfire-swap.img,xvda2,w',
'file:./ipfire-root.img,xvda3,w',
'file:./ipfire-var.img,xvda4,w'
] #### Change path