chore: make erofs with --all-root flag
This commit is contained in:
parent
7365ef8918
commit
57f83bd4ac
2 changed files with 4 additions and 1 deletions
pkgs/image
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue