Skip to content

Commit

Permalink
Add autofs to minimal kernels
Browse files Browse the repository at this point in the history
Needed as part of the prior perlless built tooling that a user is
setting up.
  • Loading branch information
nakato committed Oct 10, 2024
1 parent d7b0fe0 commit d9500e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/bananaPiR3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@

FPGA = no;

AUTOFS_FS = module;

# Used by system.etc.overlay.enable as part of a perl-less build.
EROFS_FS = module;
EROFS_FS_ZIP_LZMA = yes;
Expand Down
2 changes: 2 additions & 0 deletions pkgs/bananaPiR4/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
BTRFS_FS = module;
BTRFS_FS_POSIX_ACL = yes;

AUTOFS_FS = module;

# Used by system.etc.overlay.enable as part of a perl-less build.
EROFS_FS = module;
EROFS_FS_ZIP_LZMA = yes;
Expand Down

0 comments on commit d9500e6

Please sign in to comment.