# # Slackware installation as DVD. # # Contains: bootable INSTALL DVD (excluding /extra) # # Command used to create the ISOs for this DVD: # (see also /isolinux/README.TXT on the DVD you'll burn from the ISO) # DVD /usr/bin/xorriso -as mkisofs \ -output slackware64-current-install-dvd.iso \ -R -J \ -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 "SlackDVD" \ -A "Slackware-current DVD for x86_64 - built 20_Dec_2024" \ -m ./pasture -m ./testing -m ./source -m ./extra -m ./usb-and-pxe-installers -m ./slackware/e \ -eltorito-alt-boot -e isolinux/efiboot.img \ .