Merge remote-tracking branch 'origin/bootable-iso'

This commit is contained in:
Alexandre Aubin 2018-03-03 19:44:53 +01:00
commit cadb09a7ac

View file

@ -142,6 +142,9 @@ if is_initrd "$file"; then
initrd_append_fw "$file" "$fwfile" "$outfile" initrd_append_fw "$file" "$fwfile" "$outfile"
fi fi
# Add MBR/EFI stuff to make iso bootable with dd / Etcher ...
isohybrid $outfile
echo "Output in $outfile" echo "Output in $outfile"
rm -f "$fwfile" rm -f "$fwfile"