For When You Can't Have The Real Thing
[ start | index | login ]
start > RedHat > 9 > Custom Boot CD

Custom Boot CD

Created by dave. Last edited by dave, 16 years and 297 days ago. Viewed 2,960 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Creating a custom RedHat Boot CDRom:

>>http://acd.ucar.edu/~fredrick/linux/linux-kickstart/

  • cd to /mnt and copy the isolinux directory to another location (such as $HOME/bootcd/cdimage)
  • cd to where you copied "isolinux"
  • edit isolinux/isolinux.cfg with the kickstart parameters
  • create the new ISO:
mkisofs -o ../ks.iso -V 'RH9 Install' -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -v -T .
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt