and also the reason why they wated moon cheese, is because it's full of K12 Nuclear ISOTOPES
Some checks failed
Release Nest NVIDIA amd64-v3 ISO / build (push) Failing after 10m59s

This commit is contained in:
Ward from fusion-voyager-3 2024-08-11 01:46:50 +03:00
parent efbafed1c6
commit 0eac2bc67e
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
8 9

View File

@ -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) REFIND_SIZE=$(du -s -B1 ./data/refind | cut -f1)
LIVE_SIZE=$(du -s -B1 $LIVE_BOOT_LIVE_PATH | cut -f1) LIVE_SIZE=$(du -s -B1 $LIVE_BOOT_LIVE_PATH | cut -f1)
ISO_SIZE=$(($REFIND_SIZE + $LIVE_SIZE)) ISO_SIZE=$(($REFIND_SIZE + $LIVE_SIZE))
DD_BOOT_IMAGE="./efiboot.img"
DD_LIVE_IMAGE="./live.img"
# Create Refind Image # Create Refind Image
dd if=/dev/zero of="$DD_BOOT_IMAGE" bs=1 count=$REFIND_SIZE dd if=/dev/zero of="$DD_BOOT_IMAGE" bs=1 count=$REFIND_SIZE