> Yes, thanks. I'm planing to use a kickstart file but my question is prior > to > that. The goal is to minimize the boot cd so that is not larger than > 700MB. > So given a set of RPMs I want to create the boot disk itself based on > that...After that I'll use kickstart to drive the installation as > suggested.
You can efficiently kickstart from the CD/DVD you boot from. Build an iso that has a ks.cfg on it and set up grub to pass it automatically, like "ks=cdrom:/ks.cfg". This will make a self contained CD that will kickstart from itself when booted. -- Tim _______________________________________________ rhelv6-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv6-list
