Xen Image now use pygrub to load ramdisk and kernel inside of the image

Removed kernel/initrd outside of the xen-image
Fix savedefault handling
This commit is contained in:
Arne Fitzenreiter
2009-09-17 14:59:18 +02:00
parent d10bbeba71
commit aa7304005c
3 changed files with 17 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
kernel = "/mnt/test/boot/vmlinuz-KVER-ipfire-xen" #### change path
ramdisk ="/mnt/test/boot/ipfirerd-KVER-xen.img" #### change path
#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"
@@ -21,5 +23,5 @@ disk = [
'file:/mnt/test/swap.img,xvdb1,w'
] #### Change path
root = "/dev/xvda1"
extra = 'xencons=tty console=hvc0 clocksource=jiffies ro'
#root = "/dev/xvda1"
#extra = 'xencons=tty console=hvc0 clocksource=jiffies ro'