From edb7235c38554f9a02a03cd1b58f027cae43cf8c Mon Sep 17 00:00:00 2001 From: alpha197 Date: Tue, 13 May 2014 19:00:04 +0200 Subject: [PATCH] xen-image-maker: Fix wrong menu entry for pygrub Should fix https://bugzilla.ipfire.org/show_bug.cgi?id=10499 --- config/xen-image/xen-image-maker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/xen-image/xen-image-maker.sh b/config/xen-image/xen-image-maker.sh index a42ad5bf0..1a2a004b4 100644 --- a/config/xen-image/xen-image-maker.sh +++ b/config/xen-image/xen-image-maker.sh @@ -121,7 +121,7 @@ mkdir $MNThdd/boot/grub echo "timeout 10" > $MNThdd/boot/grub/grub.conf echo "default 0" >> $MNThdd/boot/grub/grub.conf echo "title IPFire ($KERN_TYPE-kernel)" >> $MNThdd/boot/grub/grub.conf -echo " kernel /vmlinuz-$KVER-ipfire-xen root=/dev/xvda3 rootdelay=10 panic=10 console=$CONSOLE ro" \ +echo " kernel /vmlinuz-$KVER-ipfire-$KERN_TYPE root=/dev/xvda3 rootdelay=10 panic=10 console=$CONSOLE ro" \ >> $MNThdd/boot/grub/grub.conf echo " initrd /ipfirerd-$KVER-$KERN_TYPE.img" >> $MNThdd/boot/grub/grub.conf echo "# savedefault 0" >> $MNThdd/boot/grub/grub.conf -- 2.39.2