From 3b7ab0fe32adbbb63dd0d3499ce2eb0bd43be56f Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 28 Oct 2024 21:13:00 +0100 Subject: [PATCH] Update build.sh --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 \