chore: even better erofs compression

This commit is contained in:
Lars Sjöström 2025-03-06 16:15:29 +01:00
parent 62dd1ca5bf
commit 658b5af153
No known key found for this signature in database

View file

@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
env = {
# vfat options won't efi won't find the fs otherwise.
SYSTEMD_REPART_MKFS_OPTIONS_VFAT = "-S 512 -c";
SYSTEMD_REPART_MKFS_OPTIONS_EROFS = "--all-root"; # -zlz4hc,level=12 -Efragments,dedupe,ztailpacking";
SYSTEMD_REPART_MKFS_OPTIONS_EROFS = "--all-root"; # -zlz4hc,12 -C1048576 -Efragments,dedupe,ztailpacking";
};
systemd = patosPkgs.systemd.out;