For some reason the linux kernel won't pass parameters it recognizes to the init script. The kernel parameters, then, are lowercase while the init script parameters are uppercase.
Greg Dave Myers wrote: > In a message dated 1/18/2002 10:31:34 AM Mountain Standard Time, > [EMAIL PROTECTED] writes: > > > >>Your problem is in your parmfile. Change it to this: >>root=/dev/dasda1 dasd=cf5-cf6 chandev=lcs0,0x200,0x201 >> >>and you should be fine. The (lack of) capitalization is important to the >>_kernel_. The Red Hat _installer_ is the one that was using the >>capitalized >>versions of the keywords for use in shell scripts. >> >> > > Mark, > The redbook Linux for ZSeries Redbook on page 155 > says "The DASD keyword and all of the Red Hat Extensions need to be in all > capital letters" > > Is this in error??? > > Also I read somewhere, where it said to place all parameters on one line, > when install LPAR mode. > Is that still valid for 2.4.9 ?? > > >
