Kickstart boot from CDROM

Charles Curley charlescurley at charlescurley.com
Sun May 23 02:17:16 UTC 2004


On Thu, May 20, 2004 at 11:23:56AM -0400, Yang Xiao wrote:
> 
>    argh, I found it, it's linux ks=cdrom:/ks.cfg
> 
>    Question, how do I make this setp automatic so that I don't have to be
>    at the console and type(mistpye) it in?


Edit the file syslinux.cfg. I did something like this for FC1:

--------------------------------------------------
default ks
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 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=floppy initrd=initrd.img ramdisk_size=8192
label lowres
  kernel vmlinuz
  append initrd=initrd.img lowres ramdisk_size=8192

--------------------------------------------------

I set the default to be ks, then defined it to append the ks= option.

-- 

Charles Curley                  /"\    ASCII Ribbon Campaign
Looking for fine software       \ /    Respect for open standards
and/or writing?                  X     No HTML/RTF in email
http://www.charlescurley.com    / \    No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0  809C FFF6 4C48 4ECD DFDB
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20040522/159789b6/attachment-0002.bin 


More information about the users mailing list