From c47f2bfcefee5d746dd72af26faec2b44ff553b5 Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Tue, 5 Sep 2017 17:22:26 +0200 Subject: add new kernel features needed by guest Signed-off-by: Adrian Calianu --- features/nfs/nfs_n.cfg | 44 ++++++++++++++++++++++++++++++++++++++++++++ features/nfs/nfs_n.scc | 4 ++++ 2 files changed, 48 insertions(+) create mode 100644 features/nfs/nfs_n.cfg create mode 100644 features/nfs/nfs_n.scc (limited to 'features/nfs') diff --git a/features/nfs/nfs_n.cfg b/features/nfs/nfs_n.cfg new file mode 100644 index 0000000..a8e60a3 --- /dev/null +++ b/features/nfs/nfs_n.cfg @@ -0,0 +1,44 @@ +CONFIG_NETWORK_FILESYSTEMS=n +CONFIG_NFS_FS=n +CONFIG_NFS_V2=n +#CONFIG_NFS_DEF_FILE_IO_SIZE=4096 +CONFIG_NFS_V3=n +# CONFIG_NFS_V3_ACL is not set +CONFIG_NFS_V4=n +# CONFIG_NFS_SWAP is not set +# CONFIG_NFS_V4_1 is not set +CONFIG_ROOT_NFS=n +# CONFIG_NFS_USE_LEGACY_DNS is not set +CONFIG_NFS_USE_KERNEL_DNS=n +CONFIG_NFSD=n +CONFIG_NFSD_V3=n +# CONFIG_NFSD_V3_ACL is not set +CONFIG_NFSD_V4=n +# CONFIG_NFSD_BLOCKLAYOUT is not set +# CONFIG_NFSD_SCSILAYOUT is not set +# CONFIG_NFSD_FLEXFILELAYOUT is not set +# CONFIG_NFSD_V4_SECURITY_LABEL is not set +# CONFIG_NFSD_FAULT_INJECTION is not set +CONFIG_GRACE_PERIOD=n +CONFIG_LOCKD=n +CONFIG_LOCKD_V4=n +CONFIG_NFS_COMMON=n +CONFIG_SUNRPC=n +CONFIG_SUNRPC_GSS=n +CONFIG_RPCSEC_GSS_KRB5=n +# CONFIG_SUNRPC_DEBUG is not set +# CONFIG_CEPH_FS is not set +CONFIG_CIFS=n +# CONFIG_CIFS_STATS is not set +# CONFIG_CIFS_WEAK_PW_HASH is not set +# CONFIG_CIFS_UPCALL is not set +CONFIG_CIFS_XATTR=n +CONFIG_CIFS_POSIX=n +# CONFIG_CIFS_ACL is not set +CONFIG_CIFS_DEBUG=n +# CONFIG_CIFS_DEBUG2 is not set +# CONFIG_CIFS_DFS_UPCALL is not set +# CONFIG_CIFS_SMB2 is not set +# CONFIG_NCP_FS is not set +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set diff --git a/features/nfs/nfs_n.scc b/features/nfs/nfs_n.scc new file mode 100644 index 0000000..4cec9a7 --- /dev/null +++ b/features/nfs/nfs_n.scc @@ -0,0 +1,4 @@ +define KFEATURE_DESCRIPTION "Disable nfs support" +define KFEATURE_COMPATIBILITY all + +kconf non-hardware nfs_n.cfg -- cgit v1.2.3-54-g00ecf