Re: [PATCH] Fixed some typos

2009-12-02 Thread Colin Watson
On Wed, Dec 02, 2009 at 03:36:46AM +0100, Richard Hartmann wrote: > Hi all, > > please see attached. > === modified file 'stage2/builtins.c' > --- stage2/builtins.c 2006-03-21 20:51:58 + > +++ stage2/builtins.c 2009-12-02 02:33:13 + Thanks for your patch. However, it appears to be agains

Re: [PATCH] Fixed some typos

2009-12-02 Thread Richard Hartmann
On Wed, Dec 2, 2009 at 09:47, Colin Watson wrote: > Thanks for your patch. However, it appears to be against GRUB Legacy, > which no longer has an upstream maintainer. The same typos aren't > present in GRUB 2. Correct, GRUB 2 is fine. Personally, I think it's worth committing to legacy because

Re: [PATCH] Fixed some typos

2009-12-02 Thread Colin Watson
On Wed, Dec 02, 2009 at 10:01:44AM +0100, Richard Hartmann wrote: > On Wed, Dec 2, 2009 at 09:47, Colin Watson wrote: > > Thanks for your patch. However, it appears to be against GRUB Legacy, > > which no longer has an upstream maintainer. The same typos aren't > > present in GRUB 2. > > Correct,

New Chinese (simplified) PO file for 'grub' (version 1.97+20091122)

2009-12-02 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'grub' has been submitted by the Chinese (simplified) team of translators. The file is available at: http://translationproject.org/latest/grub/zh_CN.po (This file, 'grub-1.9

Contents of PO file 'grub-1.97+20091122.zh_CN.po'

2009-12-02 Thread Translation Project Robot
grub-1.97+20091122.zh_CN.po.gz Description: Binary data The Translation Project robot, in the name of your translation coordinator. ___ Grub-devel mailing l

[PATCH] Rename kernel.mod to kernel.img on EFI.

2009-12-02 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Fixes problem of users including kernel.mod as a module -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === added file 'ChangeLog.kimg' --- ChangeLog.kimg 1970-01-01 00:00:00 + +++ ChangeLog.kimg 2009-12-02 16:13:45 + @@ -0,0 +1,21 @@ +2009-12-02 Vladimir Serbinenko + + Rename kernel

USB device not seen by grub

2009-12-02 Thread Chris Jones
I am trying to have grub boot off a partition on a USB stick. I issued the following command from the grub command line: % insmod uhci grub was hung and I had to do a hard reset. Is this to be expected, considering that this is a fairly old system and the BIOS knows nothing about USB devices.

grub.info

2009-12-02 Thread Bruce Dubbs
Bruce Dubbs wrote: Vladimir 'φ-coder/phcoder' Serbinenko wrote: Could you help us with documenting grub better? Patches against texinfo manual are welcome I may be able to do that, however, I need to learn it myself. I took a look at grub.texi. Although I haven't written any texi files

Re: grub.info

2009-12-02 Thread Seth Goldberg
Looks good, IMHO. I would also add a section on migration from Legacy GRUB to GRUB2 (including examples of converting a number of different menu.lst configurations to grub.cfg configurations). --S Quoting Bruce Dubbs, who wrote the following on Wed, 2 Dec 2009: Bruce Dubbs wrote: Vlad

Re: [RFC][PATCH] Basic unit testing support for GRUB

2009-12-02 Thread BVK
Hi, I have been traveling a lot, so I couldn't reply :-( On Wed, Nov 25, 2009 at 4:34 PM, Felix Zielcke wrote: > > Thanks for your work. > A really useful test and hopefully not complicated to implement would be > if the config generated by grub-mkconfig (with e.g. 1 fake linux kernel) > can b