AnacondaIsoLinux0ptions

From FedoraProject

Jump to: navigation, search

Appendix A

Anaconda ISOLINUX Options

%W% this [[1] [link] covers most of the same options

different kernel/initrd= options for DVD -- For the ability to install several operating systems from one DVD you need to have different kernels and initrds for each OS. I usually copy the kerel and initrd like this where the distribution is in /dvd/i386 and the other OS (i.e., Red Hat 8.0) is in /dvd/i386/rh80/i386: 4 cp /dvd/i386/rh80/i386/dosutils/autoboot/vmlinuz /dvd/i386/isolinux/vmlinuz80 4 cp /dvd/i386/rh80/i386/dosutils/autoboot/initrd.img /dvd/i386/isolinux/initrd80.img 4 Add a triplet line to isolinux.cfg/syslinux.cfg 5 label rh80 5 kernel vmlinuz80 5 append ks=cdrom:/rh80/i386/kickstart/ks.cfg initrd=initrd80.img (you don't necessarily have to do ks=...)