Re: PATCH: silently accept empty lines in rescue mode

2008-01-30 Thread Robert Millan
On Wed, Jan 30, 2008 at 06:50:02AM +0100, Tristan Gingold wrote: > > This can be applied. > > I don't have commit rights, so I can't apply it. Committed. -- Robert Millan I know my rights; I want my phone call! What use is a phone call… if you are unable to speak? (as seen on /.) _

Re: PATCH: silently accept empty lines in rescue mode

2008-01-29 Thread Tristan Gingold
On Tue, Jan 29, 2008 at 09:26:16AM +0100, Marco Gerards wrote: > Tristan Gingold <[EMAIL PROTECTED]> writes: > What did it print? Nothing. Typing enter at the prompt simply print a new prompt. Like bash. > This can be applied. I don't have commit rights, so I can't apply it. Tristan. _

Re: PATCH: silently accept empty lines in rescue mode

2008-01-29 Thread Marco Gerards
Tristan Gingold <[EMAIL PROTECTED]> writes: Hi, > extracted from my IA64 patch. > > Tristan. > > 2008-01-28 Tristan Gingold <[EMAIL PROTECTED]> > > * kern/rescue.c: Silently accept empty lines. What did it print? This can be applied. -- Marco

PATCH: silently accept empty lines in rescue mode

2008-01-28 Thread Tristan Gingold
Hi, extracted from my IA64 patch. Tristan. 2008-01-28 Tristan Gingold <[EMAIL PROTECTED]> * kern/rescue.c: Silently accept empty lines. diff -ruNp -x '*~' -x CVS grub2.orig/kern/rescue.c grub2/kern/rescue.c --- grub2.orig/kern/rescue.c2007-09-03 22:28:23.0 +0200 +++ grub2