diff --git a/.github/push-iso b/.github/push-iso index b5045cc..2bd5a0a 100644 --- a/.github/push-iso +++ b/.github/push-iso @@ -1 +1 @@ -21 \ No newline at end of file +22 diff --git a/build.sh b/build.sh index 3bb8b6c..1c749a3 100755 --- a/build.sh +++ b/build.sh @@ -40,6 +40,8 @@ umount "$ROOTFS_PATH/sys" || umount -lf "$ROOTFS_PATH/sys" || true # Generate Squashfs image +mkdir -p $LIVE_BOOT_PATH/live + mksquashfs \ "$ROOTFS_PATH" \ "$LIVE_BOOT_PATH/live/filesystem.squashfs" \