X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=grub2-cfg.patch;fp=grub2-cfg.patch;h=23ce97b4cb47577f49b9d394f453e3a0b86e09d8;hb=3a8be31c695692a1764fe639ae96595d0effa6b0;hp=0000000000000000000000000000000000000000;hpb=71dd2aed5bb2b72c2d2d58235936d03ceec35757;p=packages%2Fgrub2.git diff --git a/grub2-cfg.patch b/grub2-cfg.patch new file mode 100644 index 0000000..23ce97b --- /dev/null +++ b/grub2-cfg.patch @@ -0,0 +1,13 @@ +--- docs/grub.cfg.orig 2013-11-10 19:25:04.959888566 +0000 ++++ docs/grub.cfg 2013-11-10 19:25:10.260104712 +0000 +@@ -14,8 +14,8 @@ + # For booting GNU/Linux + menuentry "GNU/Linux" --id gnulinux { + set root=(hd0,msdos1) +- linux /vmlinuz root=/dev/sda1 +- initrd /initrd.img ++ linux /boot/vmlinuz root=/dev/sda1 ++ initrd /boot/initrd + } + + # For booting GNU/Hurd