chore: make erofs with --all-root flag

This commit is contained in:
Lars Sjöström 2025-02-27 00:02:22 +01:00
parent 7365ef8918
commit 57f83bd4ac
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions
pkgs/image

View file

@ -22,6 +22,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";
};
systemd = patosPkgs.systemd.out;