mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-22 15:37:52 -04:00
make erofs shut up
doesn't seem to care that we set -d0, it still prints all paths needlessly
This commit is contained in:
2
build.sh
2
build.sh
@@ -186,7 +186,7 @@ rm -rf "$ROOTFS_TAR" ./*.tar
|
||||
tar -C "${OUTPUT}"/ --xattrs --xattrs-include=*.* -cf "$ROOTFS_TAR" .
|
||||
zstd -T0 --rm "$ROOTFS_TAR"
|
||||
|
||||
mkfs.erofs -d0 -zzstd "$ROOTFS_EROFS" "$OUTPUT"
|
||||
mkfs.erofs -d0 -zzstd "$ROOTFS_EROFS" "$OUTPUT" > /dev/null 2>&1
|
||||
|
||||
# Now assemble the two generated images using systemd-repart and the definitions in mkosi.repart into $IMG.
|
||||
touch "$IMG"
|
||||
|
||||
Reference in New Issue
Block a user