mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-17 14:31:33 +01:00
Merge pull request #2414 from flatcar/ader1990/fix-nfs-read-plus-4116
Backport sys-kernel/coreos-modules: disable CONFIG_NFS_V4_2_READ_PLUS to alpha
This commit is contained in:
commit
6a2584201f
@ -0,0 +1 @@
|
||||
- Disable CONFIG_NFS_V4_2_READ_PLUS kernel config to fix nfs-ganesha ([#2390](https://github.com/flatcar/scripts/pull/2390))
|
||||
@ -642,6 +642,7 @@ CONFIG_NFS_V3_ACL=y
|
||||
CONFIG_NFS_V4=m
|
||||
CONFIG_NFS_V4_1=y
|
||||
CONFIG_NFS_V4_2=y
|
||||
CONFIG_NFS_V4_2_READ_PLUS=n
|
||||
CONFIG_NFT_BRIDGE_META=m
|
||||
CONFIG_NFT_BRIDGE_REJECT=m
|
||||
CONFIG_NFT_COMPAT=m
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user