X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Fxen-image%2Fipfire.cfg;fp=config%2Fxen-image%2Fipfire.cfg;h=468a1035ed84ffbd8dccac9b9f74d6ed34736a05;hp=4faa2f8c678f49ff3c77fcef5f9d86d22d03975a;hb=7f8044b6ddaf7f30c4ca3a7c280cbf3b6a910818;hpb=aa7304005c3d1c045039e0e4a3f8d4aefcaab86f;ds=sidebyside diff --git a/config/xen-image/ipfire.cfg b/config/xen-image/ipfire.cfg index 4faa2f8c67..468a1035ed 100644 --- a/config/xen-image/ipfire.cfg +++ b/config/xen-image/ipfire.cfg @@ -1,6 +1,3 @@ -#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 @@ -10,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 @@ -19,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,xvda2,w', + 'file:/mnt/test/ipfire-var.img,xvda2,w' ] #### Change path - -#root = "/dev/xvda1" -#extra = 'xencons=tty console=hvc0 clocksource=jiffies ro'