Re: grub cvs ... configfile

2006-04-19 Thread Yoshinori K. Okuji
On Thursday 20 April 2006 04:53, Hollis Blanchard wrote: > Offering multiple commands that do the same thing is not a good design > philosphy, and from the other comments on this subject I know I'm not > alone in that belief. No offense, but I don't think one developer > liking it is a good enough

Re: grub cvs ... configfile

2006-04-19 Thread Hollis Blanchard
On Apr 19, 2006, at 9:36 PM, Yoshinori K. Okuji wrote: On Wednesday 19 April 2006 18:35, Marco Gerards wrote: Hollis Blanchard <[EMAIL PROTECTED]> writes: I think the menuentry were much better and more descriptive. I don't think there is a need to have both and it only confuses people. So I w

Re: grub cvs ... configfile

2006-04-19 Thread Yoshinori K. Okuji
On Wednesday 19 April 2006 18:35, Marco Gerards wrote: > Hollis Blanchard <[EMAIL PROTECTED]> writes: > >> I think the menuentry were much better and more descriptive. I don't > >> think there is a need to have both and it only confuses people. So I > >> would propose to remove @-version. > > > > I

Re: grub cvs ... configfile

2006-04-19 Thread Marco Gerards
Hollis Blanchard <[EMAIL PROTECTED]> writes: >> I think the menuentry were much better and more descriptive. I don't >> think there is a need to have both and it only confuses people. So I >> would propose to remove @-version. > > I agree. The "@" is a very odd syntax. Since "menuentry" works as w

Re: grub cvs ... configfile

2006-04-19 Thread Hollis Blanchard
On Wed, 2006-04-19 at 19:24 +0300, Vesa Jääskeläinen wrote: > Marco Gerards wrote: > > Oh sorry, I forgot to reply on this one. It should all be fixed in > > CVS. Your menu entries should look like this: > > > > @ foo { > > linux ... > > initrd ... > > } > > > > @ bar { > > ... > > ...

Re: grub cvs ... configfile

2006-04-19 Thread Vesa Jääskeläinen
Marco Gerards wrote: > Oh sorry, I forgot to reply on this one. It should all be fixed in > CVS. Your menu entries should look like this: > > @ foo { > linux ... > initrd ... > } > > @ bar { > ... > ... > } Hi, I think the menuentry were much better and more descriptive. I don't think

Re: grub cvs ... configfile

2006-04-19 Thread Marco Gerards
Jeff Chua <[EMAIL PROTECTED]> writes: > On Wed, 19 Apr 2006, Marco Gerards wrote: > >> I think you have to quote the name: >> "Linux Test" > > Ok, quoting works, but these two doesn't ... > > default 2 > timeout 10 Yeah, GRUB is still under development. Things break and features are

Re: grub cvs ... configfile

2006-04-19 Thread Jeff Chua
On Wed, 19 Apr 2006, Marco Gerards wrote: I think you have to quote the name: "Linux Test" Ok, quoting works, but these two doesn't ... default 2 timeout 10 works under grub-1.92. Thanks, Jeff. ___ Grub-devel mailing list Grub

Re: grub cvs ... configfile

2006-04-19 Thread Marco Gerards
Jeff Chua <[EMAIL PROTECTED]> writes: > @ Linux Test { > linux /linux/bzc1 root=/dev/ram0 ro \ > network=fixed \ > gateway=192.168.243.1 \ > netaddr=192.168.243.118 \ > broadcast=192.168.243.255 \ > netmask=255.255.255.0 \ > dns=192.16

Re: grub cvs ... configfile

2006-04-19 Thread Jeff Chua
On Wed, 19 Apr 2006, Marco Gerards wrote: Oh sorry, I forgot to reply on this one. It should all be fixed in CVS. Your menu entries should look like this: @ foo { linux ... initrd ... } got "parse error" with ... @ Linux Test { linux /linux/bzc1 root=/dev/ram0 ro \ netwo

Re: grub cvs ... configfile

2006-04-19 Thread Marco Gerards
Jeff Chua <[EMAIL PROTECTED]> writes: > On Sun, 2 Apr 2006, Marco Gerards wrote: > >> Jeff Chua <[EMAIL PROTECTED]> writes: >> >>> I just downloaded the lastest grub2 cvs (1.93) and can't seems to get >>> configfile to work... it keeps rebooting. >> >> The syntax of your configuration file is not

Re: grub cvs ... configfile

2006-04-19 Thread Jeff Chua
On Sun, 2 Apr 2006, Marco Gerards wrote: Jeff Chua <[EMAIL PROTECTED]> writes: I just downloaded the lastest grub2 cvs (1.93) and can't seems to get configfile to work... it keeps rebooting. The syntax of your configuration file is not correct. It's a bug that GRUB reboots in this case.

Re: grub cvs ... configfile

2006-04-02 Thread Marco Gerards
Jeff Chua <[EMAIL PROTECTED]> writes: > I just downloaded the lastest grub2 cvs (1.93) and can't seems to get > configfile to work... it keeps rebooting. The syntax of your configuration file is not correct. It's a bug that GRUB reboots in this case. It's a known bug an it will be fixed and som