From 54a677592e799cec39e3900efda9dc0f4d0b6d9b Mon Sep 17 00:00:00 2001 From: Tau Date: Sun, 4 Feb 2024 22:49:00 +0100 Subject: [PATCH] change to a hdd image --- build.sh | 2 +- etc/auto/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index a4426079..0db77d83 100755 --- a/build.sh +++ b/build.sh @@ -74,7 +74,7 @@ build () { OUTPUT_DIR="$BASE_DIR/builds/$BUILD_ARCH" mkdir -p "$OUTPUT_DIR" FNAME="VanillaOS-$VERSION-$CHANNEL.$YYYYMMDD$OUTPUT_SUFFIX" - mv $BASE_DIR/tmp/amd64/live-image-amd64.hybrid.iso "$OUTPUT_DIR/${FNAME}.iso" + mv $BASE_DIR/tmp/amd64/live-image-amd64.img "$OUTPUT_DIR/${FNAME}.iso" # cd into output to so {FNAME}.sha256.txt only # includes the filename and not the path to diff --git a/etc/auto/config b/etc/auto/config index c3ef726b..332e2e3d 100755 --- a/etc/auto/config +++ b/etc/auto/config @@ -36,7 +36,7 @@ lb config noauto \ --apt-recommends true \ --cache-packages false \ --uefi-secure-boot enable \ - --binary-images iso-hybrid \ + --binary-images hdd \ --iso-application "$NAME" \ --iso-volume "$NAME" \ --firmware-binary false \