Skip to content

Commit

Permalink
Merge pull request #891 from balena-os/kyle/nfsfs
Browse files Browse the repository at this point in the history
linux-raspberrypi: Enable NFSv4 config
  • Loading branch information
bulldozer-balena[bot] authored Jul 12, 2022
2 parents 7bb0e93 + 40d21a3 commit c9eb74f
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,17 @@ BALENA_CONFIGS[rtrpi300cfgs] = " \
CONFIG_CH432T_SPI=m \
"

BALENA_CONFIGS:append = " nfsfs"
BALENA_CONFIGS[nfsfs] = " \
CONFIG_NFS_FS=m \
CONFIG_NFS_V2=y \
CONFIG_NFS_V3=y \
CONFIG_NFS_V4=y \
CONFIG_NFSD=m \
CONFIG_NFSD_V3=y \
CONFIG_NFSD_V4=y \
"

# The Pi3-64 and Pi4-64 are the only boards very low on rootfs space for now
# so we add this as per https://github.com/balena-os/meta-balena/pull/2411
BALENA_CONFIGS:append:raspberrypi4-64 = " optimize-size"
Expand Down

0 comments on commit c9eb74f

Please sign in to comment.