============================================ Linux-ready firmware developer kit: HOWTO CUSTOMIZE ISO ============================================ Description: ============ How to add your own kernel(s) to the firmwarekit ISO instead of the ones that are there by default. Customizing is simple! 1. List your kernel(s) in the 'linuxfirmwarekit/initramfs/kernels' file. You need 5 parameters: IMPORTANT!: create a new line, then add these 5 params on the same line separated by a 'tab'. Do not or use 'space' as the perl script 'create_isolinux.pl' will not parse it correctly. [Param 1] short name decription of your distro (e.g. fc6, ubu7.04) [a-zA-Z0-9\-\_\.]* [Param 2] name of the associated 'vmlinuz*' file (located in your kernel rpm or deb) [Param 3] file name of the kernel rpm or deb to be downloaded [Param 4] URL of your kernel rpm or deb (a wget will be performed on this) [Param 5] URL of your kernel-source rpm or deb (a wget will be performed on this) 2. Remove any kernel listing there that you don't want. 3. Follow HOWTO_CreateISO.txt on how to build the ISO. Contributer: Rolla Selbak (rolla.n.selbak@intel.com)