mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Use isohybrid to add MBR/EFI stuff such that the iso is bootable with dd/Etcher (#6)
This commit is contained in:
parent
5257106fd6
commit
c3f7db27d7
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue