Re: Problems with grub-reboot/savedefault/default=saved

2009-12-20 Thread Jordan Uggla
I found another bug. For some reason grub-reboot ( the utility ) checks if prev_saved_entry ( which has just been set equal to saved_entry ) is empty ( zero length or unset ), and if it is unsets it. This makes grub-reboot again equivalent to grub-set-default the first time you use it. Instead

Re: gettext: normal/*

2009-12-20 Thread Carles Pina i Estany
Hi, Same patch moving STANDARD_MARGIN to an include file and using it in normal/main.c. -- Carles Pina i Estany http://pinux.info === modified file 'ChangeLog' --- ChangeLog 2009-12-19 23:00:30 + +++ ChangeLog 2009-12-20 12:10:46 + @@ -1,3 +1,33 @@ +2009-12-20 Carles Pina i Esta

[PATCH] Move environment context handling out of kernel.

2009-12-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
This is a multi-part message in MIME format. --040505020001050308040003 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, all. Rescue mode doesn't need contexts so I propose to move context handling to normal.mod rather than have it in kernel. S

[PATCH] Add support for (pxe[:server_ip[:gateway_ip]]) and export pxe parameteres into grub environment

2009-12-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Any other DHCP options needed? -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === added file 'ChangeLog.pxeenv' --- ChangeLog.pxeenv 1970-01-01 00:00:00 + +++ ChangeLog.pxeenv 2009-12-20 19:23:11 + @@ -0,0 +1,36 @@ +2009-12-19 Vladimir Serbinenko + + Support for (pxe[:server[:gatewa

Re: Grub EFI ia32 in QEMU using TianoCore EFI BIOS

2009-12-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Colin Ian King wrote: > Hi, > > I've noticed only just recently that an EFI BIOS has been ported to > QEMU http://www.qemu.org/efi-bios.tar.bz2 from the TianoCore EFI > sources. > This file is quite old. Try this http://download.savannah.gnu.org/releases-noredirect/grub/phcoder/qemu-tia

Re: gettext: normal/*

2009-12-20 Thread Carles Pina i Estany
Hi, On Dec/20/2009, Carles Pina i Estany wrote: > Can someone take a look in the patch again? Done in IRC. Thanks, -- Carles Pina i Estany http://pinux.info ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listi

Re: Understanding GRUB details

2009-12-20 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Bruce Dubbs wrote: > In order to properly document GRUB, I have been reviewing some of the > code at a rather detailed level. My efforts are directed at > developing an intimate level of understanding as a prerequisite for > the documentation effort. I fully understand that many of the details >

Re: gettext: commands/*

2009-12-20 Thread Carles Pina i Estany
Hi, Because gettextizze and fix old strings is a bit confusing (for review and tracking the changes, etc.) I've prepared a patch that should fix some strings from the help in commands/* . Find attached. I will prepare a Changelog for this patch tomorrow. Once commands/* has the correct strings (

Re: gettext: commands/*

2009-12-20 Thread Carles Pina i Estany
Hi, On Dec/21/2009, Carles Pina i Estany wrote: > Because gettextizze and fix old strings is a bit confusing (for review > and tracking the changes, etc.) I've prepared a patch that should fix better writing: "Because gettextize and fix old strings at the same time and in the same patch can be

Re: Understanding GRUB details

2009-12-20 Thread Bruce Dubbs
Vladimir 'φ-coder/phcoder' Serbinenko wrote: Bruce Dubbs wrote: In order to properly document GRUB, I have been reviewing some of the code at a rather detailed level. My efforts are directed at developing an intimate level of understanding as a prerequisite for the documentation effort. I full