From c3f7db27d74c0828faedaacb088fec594bb87a08 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 8 Mar 2018 20:51:24 +0100 Subject: [PATCH] Use isohybrid to add MBR/EFI stuff such that the iso is bootable with dd/Etcher (#6) --- add-firmware-to | 3 +++ 1 file changed, 3 insertions(+) diff --git a/add-firmware-to b/add-firmware-to index 051c371..2ba33be 100755 --- a/add-firmware-to +++ b/add-firmware-to @@ -142,6 +142,9 @@ if is_initrd "$file"; then initrd_append_fw "$file" "$fwfile" "$outfile" fi +# Add MBR/EFI stuff to make iso bootable with dd / Etcher ... +isohybrid $outfile + echo "Output in $outfile" rm -f "$fwfile"