Use isohybrid to add MBR/EFI stuff such that the iso is bootable with dd/Etcher (#6)

This commit is contained in:
Alexandre Aubin 2018-03-08 20:51:24 +01:00 committed by GitHub
parent 5257106fd6
commit c3f7db27d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"