diff --git a/.github/release-nest-v3-nvidia-iso b/.github/release-nest-v3-nvidia-iso index 301160a..f11c82a 100644 --- a/.github/release-nest-v3-nvidia-iso +++ b/.github/release-nest-v3-nvidia-iso @@ -1 +1 @@ -8 \ No newline at end of file +9 \ No newline at end of file diff --git a/build.sh b/build.sh index ab4245d..2e1cdbb 100755 --- a/build.sh +++ b/build.sh @@ -67,6 +67,8 @@ cp -vf "$ROOTFS_PATH/boot"/initrd.img-"$ISO_KERNEL" "./data/refind/EFI/initrd" REFIND_SIZE=$(du -s -B1 ./data/refind | cut -f1) LIVE_SIZE=$(du -s -B1 $LIVE_BOOT_LIVE_PATH | cut -f1) ISO_SIZE=$(($REFIND_SIZE + $LIVE_SIZE)) +DD_BOOT_IMAGE="./efiboot.img" +DD_LIVE_IMAGE="./live.img" # Create Refind Image dd if=/dev/zero of="$DD_BOOT_IMAGE" bs=1 count=$REFIND_SIZE