This commit is contained in:
2026-03-15 04:54:51 +01:00
parent 0fb8fe5a66
commit 7ac487f640
81 changed files with 3867 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
POSTINSTALL_NFS_SERVER_EXPORT_PATH="/srv/nfs/share"
POSTINSTALL_NFS_SERVER_CLIENTS="10.0.0.0/22"
POSTINSTALL_NFS_SERVER_EXPORT_MODE="rw"
POSTINSTALL_NFS_SERVER_EXPORT_FILE="/etc/exports.d/postinstall.exports"
POSTINSTALL_NFS_SERVER_EXPORTS_FILE="config/nfs-server.exports.yaml"