Re: pager (Re: grub2 miscelanea questions (1/2))

2007-06-08 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Tue, Jun 05, 2007 at 08:26:35PM +0200, Marco Gerards wrote: >> > 5.1) pager >> > - >> > >> > When I want to do a big ls the output does not stop screen by screen... >> > Is there any hidden pager that I do not know? >> > Maybe is not imple

Re: Grub Loading Linux? kernel

2007-06-08 Thread jean-christophe . haessig
> On Wed, Jun 06, 2007 at 08:04:43PM +0200, adrian15 wrote: > OTOH, if you replace: > > "GRUB loading kernel" > > with: > > "Loading GRUB kernel" Why not "Loading GRUB core" ? It's already called that name in the files anyway. JC ___ Grub-devel m

Re: grub-mkrescue: Make GRUB rescue image

2007-06-08 Thread adrian15
Robert Millan escribió: I'm attaching a small utility to generate a floppy or cdrom (based on floppy emulation) rescue image, that takes all the hassle of generating the image and doesn't need root permissions. If nobody objects, I'd like to put this in CVS. The rescue disk can recover a grub2

Re: pager (Re: grub2 miscelanea questions (1/2))

2007-06-08 Thread adrian15
Marco Gerards escribió: set pager=1 How about setting it to 0 by default, so it shows up when you list the variables. Currently it just doesn't exist. That's a good idea. Where is the place (file) for setting default variables values? adrian15 __

Re: Grub Loading Linux? kernel

2007-06-08 Thread adrian15
Robert Millan escribió: OTOH, if you replace: "GRUB loading kernel" with: "Loading GRUB kernel" Maybe this archieves to resolve both concerns? I vote for it. I think I might do a miscelanea patch with all these little details that I've been finding in the last two days. adrian15

Re: pager (Re: grub2 miscelanea questions (1/2))

2007-06-08 Thread Marco Gerards
adrian15 <[EMAIL PROTECTED]> writes: > Marco Gerards escribió: set pager=1 >> How about setting it to 0 by default, so it shows up when you list the >> variables. Currently it just doesn't exist. > > That's a good idea. > Where is the place (file) for setting default variables values? In th

Re: grub-mkrescue: Make GRUB rescue image

2007-06-08 Thread Robert Millan
On Fri, Jun 08, 2007 at 12:01:57PM +0200, adrian15 wrote: > Robert Millan escribió: > >I'm attaching a small utility to generate a floppy or cdrom (based on > >floppy > >emulation) rescue image, that takes all the hassle of generating the image > >and > >doesn't need root permissions. > > > >If n

Re: Grub Loading Linux? kernel

2007-06-08 Thread Alex Roman
On 08/06/07, adrian15 <[EMAIL PROTECTED]> wrote: Robert Millan escribió: > OTOH, if you replace: > > "GRUB loading kernel" > > with: > > "Loading GRUB kernel" > > Maybe this archieves to resolve both concerns? > I vote for it. I also think that's a good idea. -- Alex Roman <[EMAIL PROTEC

Update for NTFS file system driver

2007-06-08 Thread Bean
Add unicode support for NTFS file system driver Fix a bug in the unicode conversion function grub_utf16_to_utf8 in kern/misc.c ntfs.c.gz Description: Binary data utf.patch.gz Description: Binary data ___ Grub-devel mailing list Grub-devel@gnu.org http

Variable assignment not working as expected

2007-06-08 Thread Bean
I try the following command: set AA=1 set BB=$AA then type set, it shows: AA=1 BB= should the value of BB be 1 ? BTW, i notice that echo.c exists, but no echo.mod is generated. ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/ma