Skip to content

Commit

Permalink
add -isohybrid-gpt-basdat to xorriso to improve compatability
Browse files Browse the repository at this point in the history
Signed-off-by: Nianyu Shen <[email protected]>
  • Loading branch information
nianyush committed May 21, 2024
1 parent 6f963fc commit 1306ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ iso-efi-size-check:
RUN mcopy -i fat.img esp/ABC ::
RUN mkdir -p iso
RUN cp fat.img iso
RUN xorriso -as mkisofs -e fat.img -no-emul-boot -o efi-size-check.iso iso
RUN xorriso -as mkisofs -e fat.img -no-emul-boot -isohybrid-gpt-basdat -o efi-size-check.iso iso

SAVE ARTIFACT efi-size-check.iso AS LOCAL ./build/

Expand Down

0 comments on commit 1306ad5

Please sign in to comment.