[RHCE] Boot process changed in RHL beta

Jeremy Portzer rhce@trilug.org
20 Feb 2003 16:06:59 -0500


On Thu, 2003-02-20 at 15:31, Mike Broome wrote:


> Note that in the attached isolinux.cfg file (from the Pheobe 3 beta)
> there is already a "ks" label defined.  It doesn't specify as kickstart
> config file so I'm assuming that it'll automatically look for ks.cfg in
> the isolinux (or maybe root) directory.

Since that "ks" label is already provided, I presume you could make the
installation fully automatic by changing that "default" line from
"linux" to "ks".  Though it's an interesting question where the ks.cfg
would be searched for -- I don't think it would be inside the isolinux
stuff, since that's not necessarily visible to anaconda.  Maybe just on
the root of the CD-ROM?  Or would it still default to the floppy?


> default linux
> prompt 1
> timeout 600
> display boot.msg
> F1 boot.msg
> F2 options.msg
> F3 general.msg
> F4 param.msg
> F5 rescue.msg
> F7 snake.msg
> label linux
>   kernel vmlinuz
>   append initrd=initrd.img
> label text
>   kernel vmlinuz
>   append initrd=initrd.img text
> label expert
>   kernel vmlinuz
>   append expert initrd=initrd.img
> label ks
>   kernel vmlinuz
>   append ks initrd=initrd.img 
> label lowres
>   kernel vmlinuz
>   append initrd=initrd.img lowres