First thing to know is that Fermi Linux Kickstarting is the same as RedHat's kickstart. So anything you see here works with RedHat, at the appropriate levels.
So lets start off by giving a few good links for those that are just using this page as a reference page.
|
OK now lets do some basic instructions on how to do a kickstart install Basic instructions are
Notes about syslinux.cfg (using the 7.1 file with everything in it)
------------------------
default - what start options gets done by default. Use ks, to use the kickstart file. Use sks if you want the output to go through the serial port instead. This is nice for a rack based server that already has everything comming out it's serial port. You can do (or watch) the whole install through the serial port.
prompt - Not totally sure, I believe it is if you want to be promped, or just use the default
timeout - how long it waits until it just picks the default statup (10 = 1 second).
display - what file on the floppy to show on the screen
label linux - standard install, normal video output, try to do graphical install
label text - standard install, normal video output, do a text based install
label expert - standard install, normal video output, asks for everything (including driver names)
label ks - use the kickstart file on the floppy, normal video output
label sks - use the kickstart file on the floppy, serial cable output
label nofb - standard install, normal video output, try to do graphical install with no graphical frame buffers
label lowres - standard install, normal video output, try to do graphical install in low resolution
label serial - standard install, serial cable output
Notes about the kickstart file with raid (ks.cfg)
---------------------------------------
For details notes about the kickstart options see
http://www.redhat.com/docs/manuals/linux/RHL-7.1-Manual/custom-guide/s1-kickstart2-options.html
The 'part' and 'raid' areas are hopefully easy to follow. If you have any questions ask me or see the above web link.
The '%packages' area is where you get to select specific rpm's or workgroups. usually you just will need to replace GenericFarm with whatever workgroup you want, and then maybe the one or two extra rpm's that you want this machine to have.
The '%post' line need to be that way, but you can still add more lines too it, just remember that you have a different root, and will have to do a 'chroot /mnt/sysimage' if you want to do anything where you are pretending you are actually in the normal OS.
Back to How To's
Back Home
March 7, 2002