  #
  # Slackware installation as DVD. 
  #
  # Contains: bootable INSTALL DVD (including /extra and /source)
  #
  # Command used to create the ISO's for this DVD:
  # (see also /isolinux/README.TXT on the DVD you'll burn from the ISO)

  # DVD

  mkisofs -o slackware-current-install-dvd.iso \
    -R -J -V "Slackware-current DVD" \
    -hide-rr-moved -hide-joliet-trans-tbl \
    -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 \
    -preparer "Slackware-current build for x86 by Eric Hameleers <alien@slackware.com>" \
    -publisher "The Slackware Linux Project - http://www.slackware.com/" \
    -A "Slackware-current DVD - build 29_May_2026" \
    -x ./testing  -x ./source -x ./extra/source \
     \
    .

