diff --git a/build.sh b/build.sh index fbdc649..4443b31 100755 --- a/build.sh +++ b/build.sh @@ -82,11 +82,13 @@ do mcopy -i "$EFI_BOOT_IMAGE" $file ::"$(echo $file | cut -d'/' -f4- | tr '[:lower:]' '[:upper:]')" done -# Create ISO Image +# Create ISO Image mkdir -p ./output xorriso \ -as mkisofs \ + -J \ + -no-emul-boot -boot-load-size 4 -boot-info-table \ -iso-level 3 \ -V "PikaOS 4" \ -partition_offset 16 \