The code I used is : # Debian Version mkisofs -hide -joliet-trans-tabl -J -p bjd -c boot.catalog \ -b dists/woody/main/disks-i386/3.0.23-2002-05-21/images-2.88/compact/rescue.bin\ -V DebianCD1 -r -A "A test of CD burning by me" \ -o /mnt/hda9/deb3cd1iso/deb3cd1.iso /mnt/hda9/cd1
#RH9 Version mkisofs -v -r -T -J -V "Red Hat 9" -no-emul-boot -boot-load-size 4 \ -boot-info-table \ -b isolinux/isolinux.bin -c isolinux/boot.cat \ -l -R -o /mnt/hda9/rh9cd1iso/rh9cd1.iso /mnt/hda9/cd1 Originally the RH9 code was almost identical to that in the Debian Version but apparently the boot image for CDs has been changed in RH9 to /isolinux/isolinux.bin The other arguments are taken from various websites on the net that are supposedly showing how it's done. I am using mkisofs-2.0-6, which is the latest version from the RH9 distro. I could download the iso files directly from RH using my employer's fast internet connection but would prefer not to. On Mon, 20 Oct 2003, Shaun Oliver wrote: > how dod you do this for debian woody please, I'd lke to create a speakup > enabled bootable cd-rom for woody. > mainly cause I can't be hanged changing the bios settings > > -- > Shaun Oliver > "Becareful of the toes u step on today, they maybe connected to the ass you have to > kiss tomorrow!" > > EMAIL: [EMAIL PROTECTED] > ICQ: 76958435 > YAHOO: blindman01_2000 > MSN: [EMAIL PROTECTED] > AIM: captain nemo 200 > IRC: irc.awesomechat.net:6666 > IRCNICK: blindman > CHANNELS: #awesomeradio #mircpopup-magic #linux #help #ourworld #audiofile #mauisun > -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
