[RHCE] Boot process changed in RHL beta
Mike Broome
rhce@trilug.org
Thu, 20 Feb 2003 15:31:55 -0500
--zx4FCpZtqtKETZ7O
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Thu, Feb 20, 2003 at 01:04:33PM -0500, Joseph Tate wrote:
> So what's the contents of the isolinux.cfg file? Is that what you'd
> modify to do an unattended install?
>
> Joseph
I've attached the isolinux.cfg file. According to the web site, it's
the same format as syslinux.cfg. A description of the options can be
found here: http://syslinux.zytor.com/faq.php#config.
IIRC, from the presentation and discussions last night, you could modify
isolinux.cfg for an unattended install by creating a new label or adding
to an exiting label something like the following:
append ks=ks.cfg
(From what I've read on the web pages, I think it would then look for
the file ks.cfg in the isolinux directory. Might have to give it the
full path, though.)
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.
Mike
--
Mike Broome
mbroome(at)employees.org
--zx4FCpZtqtKETZ7O
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="isolinux.cfg"
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
--zx4FCpZtqtKETZ7O--