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
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
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
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
___
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
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
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
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