]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/xen-image/ipfire.cfg
Fix no getty on Xen Console
[people/pmueller/ipfire-2.x.git] / config / xen-image / ipfire.cfg
CommitLineData
aa730400 1bootloader = '/usr/bin/pygrub'
bada0832
AF
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!! ###
7f8044b6 10### the bridge must be present on you xen-system. Check the names!!! ###
bada0832
AF
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 = [
7f8044b6
AF
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,xvda2,w',
23 'file:/mnt/test/ipfire-var.img,xvda2,w'
bada0832 24 ] #### Change path