This is a patch that fixes kernel and initrd search and menu entry naming.

2011-01-01 Thread crocket
The patch is self-explanatory. Please enjoy reading it. The patch is attached as an attachment. grub2.diff Description: Binary data ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Small PIC Fixes

2011-01-05 Thread crocket
to maintain the extra code means more time spent there for no gain. Worse, copy&paste code is pretty well a magnet for bugs from typos or missing a varient somewhere, and it makes any attempt at coverage testing impossible (since no machine exists to test it). > Rule of thumb is: "if i

Is grub2 capable of displaying truetype fonts?

2011-01-12 Thread crocket
I wonder if it is possible now. ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Is grub2 capable of displaying truetype fonts?

2011-01-18 Thread crocket
I remember I saw a patch that enables drawing truetype fonts on grub2, but I don't remember where it is now. I guess it hasn't been merged or become popular. - Original Message ---- From: crocket To: grub-devel@gnu.org Sent: Wed, January 12, 2011 11:49:59 PM Subject: Is grub2

#Patch : additional suffix for initrd files.

2011-10-28 Thread crocket
The patch is attached to this message and just modifies one line, so it can be applied manually. And it is against revision 3455. grub-r3455.diff Description: Binary data ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listi

Re: #Patch : additional suffix for initrd files.

2011-10-29 Thread crocket
Slackware's mkinitrd utility generates .gz files. 2011/10/29 Vladimir 'φ-coder/phcoder' Serbinenko : > On 29.10.2011 08:33, crocket wrote: >> The patch is attached to this message and just modifies one line, so >> it can be applied manually. >> And it is aga