mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user