# # 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 slackware64-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 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 " \ -publisher "The Slackware Linux Project - http://www.slackware.com/" \ -A "Slackware-current DVD - build 27_Mar_2024" \ -x ./pasture -x ./testing -x ./source -x ./extra/source \ -eltorito-alt-boot -no-emul-boot -eltorito-platform 0xEF -eltorito-boot isolinux/efiboot.img \ .