Re: [PATCH] support for "elif" in grub script

2010-03-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Deepak Vankadaru wrote: > Hi > > This is my patch submission after a while. I have submitted fixes for > grub_printf in the past, which is still pending on merge conflicts. > grub_printf enhancements were considered unnecessary. grub_printf is size-constrained and additional functionality is added

Re: Broken build

2010-03-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Bruce Dubbs wrote: > Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> Carles Pina i Estany wrote: >>> Hi, >>> >>> On Mar/17/2010, Bruce Dubbs wrote: >>> With the addition of the internationalization code, building GRUB in a separate directory fails. >>> I'll take a look into it

Re: Broken build

2010-03-26 Thread richardvo...@gmail.com
2010/3/26 Vladimir 'φ-coder/phcoder' Serbinenko : > Bruce Dubbs wrote: >> Vladimir 'φ-coder/phcoder' Serbinenko wrote: >>> Carles Pina i Estany wrote: Hi, On Mar/17/2010, Bruce Dubbs wrote: > With the addition of the internationalization code, building GRUB in > a separa

Re: Minix subpartition support.

2010-03-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Fam Zheng wrote: > Hi, > > As I'm trying around minix.mod, I found that if a partition is made > with LINUX mkfs.minix, it's well supported by GRUB and can be > recognized when root (hdX,Y). > > But when it comes to the partition minix is installed in, GRUB can't > recognize any more, > I think th

Re: User input in grub2 module

2010-03-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
venom00 wrote: > Hello, I'm making a GRUB2 module and I need to take user input (parameters > are not good in my case), is there a sort of getc() or scanf()? Something > like grub_scanf() maybe. I've been looking for it without results. > > grub_getkey, grub_checkkey, grub_password_get, grub_cmd

Re: [PATCH] A testcase for blank lines in grub script (debian bug #572302)

2010-03-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
BVK Chaitanya wrote: > Hi, > > > Attached is a test case for the bug #572302, blank lines being not > accepted by grub-script. It is also pushed into > branches/blanklines-test branch. > > Please commit. In general the bugfixes which are small, clear, clean and unlikely to create other problem

Re: [BUG][PATCH] Bug fix and a test case for the last semicolon behavior in grub-script

2010-03-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
BVK Chaitanya wrote: > Hi, > > > GRUB script has a bug in identifying semicolon character at the end of > a command line; it raises an unnecessary syntax error. Attached patch > has a fix and a test case for that bug. > > It is pushed into branches/semicolon-test branch. > > Please commit > >

Re: Minix subpartition support.

2010-03-26 Thread Fam Zheng
Thank you for the notify, I'll check it soon. 2010/3/26 Vladimir 'φ-coder/phcoder' Serbinenko > > minix.mod handles only minixfs. Partititions are handled by respective > partition modules. I've just merged subpartitions support. Since minix > subpartition is actually msdos subpartition it may w

Re: GRUB2 and software RAID1 = insmod linux

2010-03-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
info@fr.oleane.com wrote: > > Hello list, > > it's not a devel question, but seems this is a not-so-bad place to > expose my problem. Searching with google and inside this list's > archives didn't gave me any clue. > > I want: Debian Lenny + GRUB2 + RAID1 on boot+root partition > > With GRUB le

Re: gettext util

2010-03-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Carles Pina i Estany wrote: > Hello, > > Last January I asked for ok to commit this to trunk: > http://lists.gnu.org/archive/html/grub-devel/2010-01/msg00373.html > > I've redone the patch (some offsets, Changelog, I removed the > translation of two lines talking about glyphs that we said that was

Re: gettext util

2010-03-26 Thread Carles Pina i Estany
Hello, On Mar/26/2010, Vladimir '??-coder/phcoder' Serbinenko wrote: > Carles Pina i Estany wrote: > > Hello, > > > > Last January I asked for ok to commit this to trunk: > > http://lists.gnu.org/archive/html/grub-devel/2010-01/msg00373.html > > > > I've redone the patch (some offsets, Changelog,

Re: gettext util

2010-03-26 Thread Carles Pina i Estany
Hi, On Mar/27/2010, Carles Pina i Estany wrote: > > According to gettext manual usage messages must be internationalised on > > per-option basis to allow reuse of e.g. --help desciption and to avoid > > the whole big message to be marked as fuzzy if only one option changes. > > I'm surprised, s

Re: Broken build

2010-03-26 Thread Bruce Dubbs
Vladimir 'φ-coder/phcoder' Serbinenko wrote: Bruce Dubbs wrote: Vladimir 'φ-coder/phcoder' Serbinenko wrote: Carles Pina i Estany wrote: Hi, On Mar/17/2010, Bruce Dubbs wrote: With the addition of the internationalization code, building GRUB in a separate directory fails. I'll take