]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/xen-image/ipfire.cfg
Updated Kernel (2.6.32.22).
[people/pmueller/ipfire-2.x.git] / config / xen-image / ipfire.cfg
index 185473763513d996276966cc970cc6cf28748cb0..eeb35c9f21b135234c5c3ae55d7e86947874b7e6 100644 (file)
@@ -1,5 +1,4 @@
-kernel = "/mnt/test/boot/vmlinuz-KVER-ipfire-xen"    #### change path
-ramdisk ="/mnt/test/boot/ipfirerd-KVER-xen.img"      #### change path
+bootloader = '/usr/bin/pygrub'
 
 memory = 128
 name = "ipfire-xen"
@@ -8,6 +7,7 @@ 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
@@ -17,9 +17,8 @@ vif         = [
 
 
 disk = [
-               'file:/mnt/test/ipfire.img,xvda1,w', 
-               'file:/mnt/test/swap.img,xvdb1,w'
+               'file:/mnt/test/ipfire-boot.img,xvda1,w',
+               'file:/mnt/test/ipfire-swap.img,xvda2,w',
+               'file:/mnt/test/ipfire-root.img,xvda3,w',
+               'file:/mnt/test/ipfire-var.img,xvda4,w'
        ] #### Change path
-
-root = "/dev/xvda1"
-extra =  'xencons=tty console=hvc0 clocksource=jiffies ro'