[CentOS] Creating a USB bootable modified netinstall ISO image

2014-12-03 Thread Alfred von Campe
I’ve been creating slightly modified CentOS netinstall ISO images using the following steps: Copy contents of CentOS netinstall ISO image to a temporary directory Edit isolunux/isolinux.cfg file Create new ISO image using the following command: mkisofs -o new.iso -b isolinux/isolinux.bin -c

Re: [CentOS] Creating a USB bootable modified netinstall ISO image

2014-12-03 Thread Greg Bailey
On 12/03/2014 09:51 AM, Alfred von Campe wrote: I’ve been creating slightly modified CentOS netinstall ISO images using the following steps: Copy contents of CentOS netinstall ISO image to a temporary directory Edit isolunux/isolinux.cfg file Create new ISO image using the following command:

Re: [CentOS] Creating a USB bootable modified netinstall ISO image

2014-12-03 Thread Alfred von Campe
On Dec 3, 2014, at 12:01, Greg Bailey wrote: I think you'd need to use the isohybrid command that's included in the syslinux package. BING! BING! BING! We have a winner! Thanks for that info, it makes the USB stick bootable. This will make kickstart installations so much easier, especially

Re: [CentOS] Creating a USB bootable modified netinstall ISO image

2014-12-03 Thread Lars Hecking
Alfred von Campe writes: On Dec 3, 2014, at 12:01, Greg Bailey wrote: I think you'd need to use the isohybrid command that's included in the syslinux package. BING! BING! BING! We have a winner! Thanks for that info, it makes the USB stick bootable. This will make kickstart