attempt 0 at fixing squashfs

This commit is contained in:
Ward from fusion-voyager-3 2024-08-01 17:49:15 +03:00
parent 3cf33787eb
commit 15f0662a4b
2 changed files with 3 additions and 1 deletions

2
.github/push-iso vendored
View File

@ -1 +1 @@
21
22

View File

@ -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" \