[PATCH] Determine the linux loader command at runtime

2014-01-30 Thread Lubomir Rintel
geLog | 5 + util/grub.d/10_linux.in | 17 +++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 10abfe2..4f1ee02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-01-20 Lubomir Rintel + + * util/g

[PATCH] Add linuxefi module

2014-01-20 Thread Lubomir Rintel
From: Matthew Garrett This adds linuxefi module that provides a way to load Linux kernel and RAM disk image via EFI services with linuxefi and initrdefi commands, analogous to linux and initrd commands. [lkund...@v3.sk: Clarify the commit message] [lkund...@v3.sk: Add Changelog] --- Hi, this is

[PATCH] Unbreak DISTLIST

2008-05-13 Thread Lubomir Rintel
Please run make DISTLIST before commiting, and either commit updated DISTLIST, or remove it altogether from CVS? 2008-05-13 Lubomir Rintel <[EMAIL PROTECTED]> * Makefile.in (DISTLIST): Sort the whole DISTLIST. (.PHONY) Make DISTLIST a phony target. * gendistl

Re: [PATCH] GDB Macros to ease debugging modules

2008-05-07 Thread Lubomir Rintel
On Tue, 2008-05-06 at 17:10 +0200, Robert Millan wrote: > On Tue, May 06, 2008 at 01:10:17PM +0200, Lubomir Rintel wrote: > > +# GRUB -- GRand Unified Bootloader > > +# Copyright (C) 2003,2004,2005,2006,2007,2008 Free Software Foundation, > > Inc. > > Where does th

Re: [PATCH] Remote GDB debugging stub (for i386)

2008-05-07 Thread Lubomir Rintel
On Tue, 2008-05-06 at 17:02 +0200, Robert Millan wrote: > On Thu, May 01, 2008 at 03:12:25PM +0200, Lubomir Rintel wrote: > > --- grub2/gdb/cstub.c 1970-01-01 01:00:00.0 +0100 > > +++ grub2-gdb/gdb/cstub.c 2008-05-01 10:57:57.0 +0200 > > @@ -0,0 +1,3

[PATCH] GDB stuff updated

2008-05-07 Thread Lubomir Rintel
going to attach all the patches here. All that's needed is here [1]: grub2-dlsym-v4.patch grub2-gdb-macros-v4.patch grub2-gdb-stub-v4.patch grub2-preserve-symbols-v4.patch [1] http://fedorapeople.org/~lkundrak/grub2/ -- Lubomir Rintel (Was: Kundrak) http://v3.sk/~lku

[PATCH] GDB Macros to ease debugging modules

2008-05-06 Thread Lubomir Rintel
e/html/grub-devel/2008-04/msg00080.html 2008-05-06: Lubomir Rintel <[EMAIL PROTECTED]> * .gdbinit: New file. * grub.gdb: New file. * gmodule.pl: New file. -- Lubomir Rintel (Was: Kundrak) http://v3.sk/~lkundrak/ 2008-05-06: Lubomir Rintel <[EMAIL PROTECT

Re: Question about menu.lst

2008-05-04 Thread Lubomir Rintel
une2fs like this: # tune2fs -l /dev/sda1 (get information) # tune2fs -L root-fs /dev/sda1 (set label) And then set a kernel root parameter as follows: root=LABEL=my-root-fs Hope that helps. -- Lubomir Rintel (Was: Kundrak) ___ Grub-dev

[PATCH] Remote GDB debugging stub (for i386)

2008-05-01 Thread Lubomir Rintel
n.com/f5c791966 2008-05-01: Lubomir Rintel <[EMAIL PROTECTED]> * conf/i386-pc.rmk: Add gdb module to the list of modules to be built. * term/i386/pc/serial.c (serial_hw_put): Let some useful serial driver functions be exported. (grub_serial_getkey): Lik