From 38246a199baccaa902c89a42680e251dbf59a3e4 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 1 Mar 2018 10:43:47 -0500 Subject: [PATCH] Use isohybrid to add MBR/EFI stuff such that the iso is bootable with dd/Etcher --- add-firmware-to | 3 +++ 1 file changed, 3 insertions(+) diff --git a/add-firmware-to b/add-firmware-to index eca6303..8221495 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 "$fwfile"