For When You Can't Have The Real Thing
[ start | index | login ]
start > Linux > Make a DVD iso

Make a DVD iso

Created by dave. Last edited by dave, 16 years and 49 days ago. Viewed 4,124 times. #1
[edit] [rdf]
labels
attachments

Making a DVD .iso

See >>http://rkrishna.tp.googlepages.com/slackerbasics#inst-dvd

# mkisofs -o /tmp/slackware-dvd.iso -R -J -A "Slackware Install" -hide-rr-moved  -v -d -N -no-emul-boot -boot-load-size 32 -boot-info-table -sort isolinux/iso.sort  -b isolinux/isolinux.bin -c isolinux/isolinux.boot -V SlackDVD .

I tried stripping out the boot stuff, since this is a data DVD:

# mkisofs -o DVD1.iso -R -J -A "My DVD" -hide-rr-moved -v -d -N -V DVD1 DVD1-ROOT
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt