From 90284efb06ce09755f2f21e6f9ccc079a68ecc92 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Thu, 11 Dec 2025 00:18:31 +0100 Subject: [PATCH] build: disable erofs silencing to find out why it fails --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 95f7e4f..ca5ff70 100755 --- a/build.sh +++ b/build.sh @@ -163,7 +163,7 @@ cd .. # and back to root # Drop flatpak data from erofs. They are in the usr/share/factory and deployed from there. rm -rf "$OUTPUT/var/lib/flatpak" mkdir "$OUTPUT/var/lib/flatpak" # but keep a mountpoint around for the live session -time mkfs.erofs -d0 -zzstd -C 65536 --chunksize 65536 -Efragments,ztailpacking "$ROOTFS_EROFS" "$OUTPUT" > /dev/null 2>&1 +time mkfs.erofs -d0 -zzstd -C 65536 --chunksize 65536 -Efragments,ztailpacking "$ROOTFS_EROFS" "$OUTPUT" cp --reflink=auto "$ROOTFS_EROFS" kde-linux.cache/root.raw # Now assemble the two generated images using systemd-repart and the definitions in mkosi.repart into $IMG.