Files
bpfire/config/xen-image/ipfire.cfg
Arne Fitzenreiter 8e68bb83c6 xen-image: enlarge partitions and remove extra /var partition
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
2018-11-10 11:03:37 +01:00

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