Adding a label to isolinux.cfg doesn't seem to work under fc1

Jason Kohles email at jasonkohles.com
Thu Mar 3 13:39:52 UTC 2005


On Thu, Mar 03, 2005 at 11:59:05AM +0100, Erik Niessen wrote:
> 
> Then I do a mkisofs and boot from my new cd. But when I do linux ks or
> linux kickstart
> it starts the normal installation not my kickstart. But when I type
> linux ks=cdrom:/ks.cfg then it works??? Any ideas? Is there a way to debug this?
> 
By typing 'linux kickstart', you are telling it to boot the linux label,
and to add kickstart to the append= list.  With the configuration you
have here you need to type just 'kickstart' to boot it.

> Thanks,
> 
>       Erik
> 
> 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
> F8 kickstart.msg
> label linux
> kernel vmlinuz
> append initrd=initrd.img ramdisk_size=8192
> label text
> kernel vmlinuz
> append initrd=initrd.img text ramdisk_size=8192
> label expert
> kernel vmlinuz
> append expert initrd=initrd.img ramdisk_size=8192
> label ks
> kernel vmlinuz
> append ks=cdrom:/ks.cfg initrd=initrd.img ramdisk_size=8192
> label lowres
> kernel vmlinuz
> append initrd=initrd.img lowres ramdisk_size=8192
> label memtest86
> kernel memtest
> append -
> label kickstart
> kernel vmlinuz
> append initrd=initrd.img ramdisk_size=8192 ks=cdrom:/ks.cfg
> 
> _______________________________________________
> Kickstart-list mailing list
> Kickstart-list at redhat.com
> https://www.redhat.com/mailman/listinfo/kickstart-list
> 

-- 
Jason Kohles                         A witty saying proves nothing.
email at jasonkohles.com                   -- Voltaire (1694 - 1778)
http://www.jasonkohles.com/




More information about the Kickstart-list mailing list