kexec-loader $VERSION ISO package

This package contains the files required to build a kexec-loader ISO image on a Linux machine. Please ensure you have installed mkisofs, lzma and cpio before running the mkiso.sh script. When you run the script, all files will be copied from the iso-files directory to the new image and any modules in the iso-modules directory will be added to the initramfs.

To build an ISO simply edit the kexec-loader.conf file in iso-files, copy any extra modules you require to iso-modules and run the mkiso.sh script, passing the output ISO filename as the first argument. For example:

./mkiso.sh kexec-loader.iso

Note: You will need to add modules for accessing the CD to the iso-modules directory, such as iso9660 and IDE, SATA or whatever else is applicable.