# # 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 /usr/bin/xorriso -as mkisofs \ -output slackware64-current-mini-install.iso \ -R -J \ -m ./bootdisks \ -m ./extra \ -m ./pasture \ -m ./patches \ -m ./rootdisks \ -m ./slackbook \ -m ./slackware64 \ -m ./source \ -m ./testing \ -m ./usb-and-pxe-installers \ -m ./zipslack \ -iso-level 3 \ -full-iso9660-filenames \ -hide-rr-moved \ -v -d -N \ -eltorito-boot isolinux/isolinux.bin \ -eltorito-catalog isolinux/boot.cat \ -no-emul-boot -boot-load-size 4 -boot-info-table \ -isohybrid-mbr /usr/share/syslinux/isohdpfx.bin \ -no-emul-boot -isohybrid-gpt-basdat \ -publisher "Built by Eric Hameleers for Slackware Linux - http://www.slackware.com/" \ -volid "SlackNetinst" \ -A "Slackware-current Mini Install CD for x86_64 - built 21_Jan_2025" \ -eltorito-alt-boot -e isolinux/efiboot.img \ .