  #
  # Slackware installation "mini" ISO.
  # This ISO does not contain any packages, and can be used for network
  # installs.
  #
  # Command used to create the ISO:
  # (see also /isolinux/README.TXT on the CDROM you'll burn from the ISO)

  # Mini ISO

  mkisofs -o slackware64-current-mini-install.iso \
    -R -J -V "Slackware Mini Install" \
    -x ./bootdisks \
    -x ./extra \
    -x ./pasture \
    -x ./patches \
    -x ./rootdisks \
    -x ./slackbook \
    -x ./slackware64 \
    -x ./source \
    -x ./testing \
    -x ./usb-and-pxe-installers \
    -x ./zipslack \
    -v -d -N \
    -hide-rr-moved -hide-joliet-trans-tbl \
    -no-emul-boot -boot-load-size 4 -boot-info-table \
    -sort isolinux/iso.sort \
    -b isolinux/isolinux.bin \
    -c isolinux/isolinux.boot \
    -preparer "Slackware-current build for x86_64 by Eric Hameleers <alien@slackware.com>" \
    -publisher "The Slackware Linux Project - http://www.slackware.com/" \
    -A "Slackware-current for x86_64 Mini Install CD - build 29_May_2026" \
    -eltorito-alt-boot -no-emul-boot -eltorito-platform 0xEF -eltorito-boot isolinux/efiboot.img \
    .

