chore: even better erofs compression
This commit is contained in:
parent
62dd1ca5bf
commit
658b5af153
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue