forked from images/live-iso-gnome
attempt 0 at fixing squashfs
This commit is contained in:
parent
3cf33787eb
commit
15f0662a4b
2
.github/push-iso
vendored
2
.github/push-iso
vendored
@ -1 +1 @@
|
|||||||
21
|
22
|
||||||
|
2
build.sh
2
build.sh
@ -40,6 +40,8 @@ umount "$ROOTFS_PATH/sys" || umount -lf "$ROOTFS_PATH/sys" || true
|
|||||||
|
|
||||||
# Generate Squashfs image
|
# Generate Squashfs image
|
||||||
|
|
||||||
|
mkdir -p $LIVE_BOOT_PATH/live
|
||||||
|
|
||||||
mksquashfs \
|
mksquashfs \
|
||||||
"$ROOTFS_PATH" \
|
"$ROOTFS_PATH" \
|
||||||
"$LIVE_BOOT_PATH/live/filesystem.squashfs" \
|
"$LIVE_BOOT_PATH/live/filesystem.squashfs" \
|
||||||
|
Loading…
Reference in New Issue
Block a user