Pierre Etzel wrote: > > hi all > i use cdrecords > > i am trying to make a bootable cd but i don't find the mkisofs option to > make it could someone help me (my cd is allrigth but he doesn't boot) > here is my command : > # mkisofs -r -J -T -v -V "Redhat 7.2 LOS" -c boot.cat -b images/boot.img > -o /images-dest/i386-disc.iso /home/isomatic/NEWISO from my scripts: mkisofs -r -N -L -d -D -J -R \ -log-file "$logfile" \ -V "${RELEASE} Disc $i" \ -A "${RELEASE} created on $today" \ -P "$publisher" \ -p "$prep" \ -b "images/boot.img" \ -c "RedHat/base/boot.cat" \ -o "$isoname" \ "$isodir" this works fine with a RH 8.0 for more details, check Tony Nugent's HOWTO: http://www.linuxworks.com.au/redhat-installer-howto.html -- Alain