mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 21:43:00 +02:00
24 lines
781 B
INI
24 lines
781 B
INI
bootloader = '/usr/bin/pygrub'
|
|
|
|
memory = 512
|
|
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'
|
|
] #### Change path
|