Skip to content

Commit

Permalink
change to a hdd image
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Feb 4, 2024
1 parent 0a6a69f commit 54a6775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/auto/config
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 54a6775

Please sign in to comment.