]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/xen-image/ipfire.cfg
Fix no getty on Xen Console
[people/pmueller/ipfire-2.x.git] / config / xen-image / ipfire.cfg
index 4faa2f8c678f49ff3c77fcef5f9d86d22d03975a..468a1035ed84ffbd8dccac9b9f74d6ed34736a05 100644 (file)
@@ -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'