|
Make an DVD
What I would like to do is make an dvd using disc 1 & 2 only is there an easy way?
mkisofs -o /root/slackware.iso -R -J -V "Slackware" -hide-rr-moved -v -d -N -no-emul-boot -boot-load-size 4 -boot-info-table -sort isolinux/iso.sort -b isolinux/isolinux.bin -c isolinux/isolinux.boot -A "Slackware iso" .
Can I do it this way?
|