Re: a bug in the command-line parser

2000-09-11 Thread Chan Shih-Ping Richard
> --- 1254,1262 > } > if (next != NULL) > *next++ = 0; > + if (!*line) > + continue; > + > /* >* check for kernel options first.. > */ > > &g

Re: Linux kernel command line problem

2000-09-08 Thread Chan Shih-Ping Richard
On Sat, 9 Sep 2000, OKUJI Yoshinori wrote: > Chan, please report any problem to the mailing-list instead of me > from now on. I'm not the only one who develops GRUB. > > From: Chan Shih-Ping Richard <[EMAIL PROTECTED]> > Subject: Linux kernel command line problem >