Re: customizing grub-mkrecue images

2009-01-16 Thread Colin D Bennett
On Sat, 17 Jan 2009 04:14:45 +0100 "Neal H. Walfield" wrote: > Hi, > > grub-mkrescue is quite useful, however, I'd like to be able to > customize the image it creates a bit more than it currently supports. > In particular, I'd like to load another config file at boot time. The > attached patch

customizing grub-mkrecue images

2009-01-16 Thread Neal H. Walfield
Hi, grub-mkrescue is quite useful, however, I'd like to be able to customize the image it creates a bit more than it currently supports. In particular, I'd like to load another config file at boot time. The attached patch enables this by way of a new option, --configfile. A more general solution

Re: changing a function pointer in a module

2009-01-16 Thread Carles Pina i Estany
Hello, On Jan/16/2009, Carles Pina i Estany wrote: > I'm doing some more gettext stuff. Right now I have (relevant code for > the problem): printing &grub_gettext in normal/cmdline.c and gettext/gettext.c shows that it has a different address, even when I've declared only one time. I've also t

Re: [PATCH] (ata.mod) Add variable timeouts, fix identify, fix device selection

2009-01-16 Thread Christian Franke
Christian Franke wrote: ... Other issues found, not addressed in this patch: ... - atapi_read does not always work (occasional timeouts, crash on VmWare) Root of this problem is in scsi.mod: It always assumes a sector size of 512 bytes which is not the case for ATAPI CD/DVD. Christian ___

changing a function pointer in a module

2009-01-16 Thread Carles Pina i Estany
Hello, I'm doing some more gettext stuff. Right now I have (relevant code for the problem): (briefly: the problem is that I'm changing a function pointer inside gettext module code and it's not changed in other parts in Grub, even when it's defined in include/grub/misc.h and only there) include

Re: [PATCH] (ata.mod) Add variable timeouts, fix identify, fix device selection

2009-01-16 Thread Christian Franke
Christian Franke wrote: This patch fixes the following issues in ata.mod I found during testing on several PC and VMs: ... Committed. Christian ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] use grub-mkfont to create ascii.pf2 and unicode.pf2 if it's avaible

2009-01-16 Thread Vesa Jääskeläinen
Felix Zielcke wrote: > Here's a little patch for Makefile.in to use the new grub-mkfont to > create the font files. > Is it okay or is there a better way to do this? Please remove the java code & toolchain with the same change. ___ Grub-devel mailing l

[PATCH] use grub-mkfont to create ascii.pf2 and unicode.pf2 if it's avaible

2009-01-16 Thread Felix Zielcke
Here's a little patch for Makefile.in to use the new grub-mkfont to create the font files. Is it okay or is there a better way to do this? -- Felix Zielcke 2009-01-16 Felix Zielcke Makefile.in: Use grub-mkfont to create ascii.pf2 and unicode.pf2 if it's avaible. Index: Makefile.in