]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Add missing end-quote to xen-image-maker
authorEberhard Beilharz <eb1@sil.org>
Sat, 16 Apr 2016 21:28:11 +0000 (23:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 Apr 2016 19:05:32 +0000 (20:05 +0100)
Signed-off-by: Eberhard Beilharz <eb1@sil.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/xen-image/xen-image-maker.sh

index 07414f7219d152b20405606424a5995920db26a6..bd29855b5901da0ec07c2ed0180dae420cff101a 100644 (file)
@@ -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