From 1a5996e8a311ebd5d28a4952d0c25cfabd759053 Mon Sep 17 00:00:00 2001 From: Jules Date: Mon, 17 Jun 2024 01:03:06 +0200 Subject: [PATCH] first commit --- makeiso.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 makeiso.sh diff --git a/makeiso.sh b/makeiso.sh new file mode 100644 index 0000000..7bccd47 --- /dev/null +++ b/makeiso.sh @@ -0,0 +1 @@ +xorriso -as mkisofs -r -checksum_algorithm_iso md5,sha1,sha256,sha512 -V "Debian 12.3 amd64" -o "debian-testing-amd64-netinst_pressed.iso" -isohybrid-mbr "/usr/lib/ISOLINUX/isohdpfx.bin" -b "isolinux/isolinux.bin" -c "isolinux/boot.cat" -boot-load-size 4 -boot-info-table -no-emul-boot -eltorito-alt-boot -e "boot/grub/efi.img" -no-emul-boot -isohybrid-gpt-basdat -isohybrid-apm-hfsplus "isofiles/"