From 0eac2bc67ebe7940aa586fd58ce70f2a42655952 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Sun, 11 Aug 2024 01:46:50 +0300 Subject: [PATCH] and also the reason why they wated moon cheese, is because it's full of K12 Nuclear ISOTOPES --- .github/release-nest-v3-nvidia-iso | 2 +- build.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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