From 8f31e52dbcef59c43fdede570aa9bebbe05b21fd Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Sat, 16 Apr 2016 23:28:11 +0200 Subject: [PATCH] Add missing end-quote to xen-image-maker Signed-off-by: Eberhard Beilharz Signed-off-by: Michael Tremer --- 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 07414f7219..bd29855b59 100644 --- a/config/xen-image/xen-image-maker.sh +++ b/config/xen-image/xen-image-maker.sh @@ -130,7 +130,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 " root (hd0) >> $MNThdd/boot/grub/grub.conf +echo " root (hd0)" >> $MNThdd/boot/grub/grub.conf echo " kernel /vmlinuz-$KVER-ipfire-$KERN_TYPE root=/dev/$P3 rootdelay=10 panic=10 console=$CONSOLE" \ >> $MNThdd/boot/grub/grub.conf echo " initrd /initramfs-$KVER-ipfire-$KERN_TYPE.img" >> $MNThdd/boot/grub/grub.conf -- 2.39.5