summaryrefslogtreecommitdiffstats
path: root/server/etc/smb-og.conf.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'server/etc/smb-og.conf.tmpl')
-rw-r--r--server/etc/smb-og.conf.tmpl29
1 files changed, 29 insertions, 0 deletions
diff --git a/server/etc/smb-og.conf.tmpl b/server/etc/smb-og.conf.tmpl
new file mode 100644
index 00000000..6256af7e
--- /dev/null
+++ b/server/etc/smb-og.conf.tmpl
@@ -0,0 +1,29 @@
+[ogboot]
+ comment = OpenGnSys Boot
+ writeable = no
+ read only = yes
+ #locking = no
+ path = /var/lib/tftpboot
+ guest ok = no
+
+[ogclient]
+ comment = OpenGnSys Client
+ read only = yes
+ locking = no
+ path = OPENGNSYSDIR/client
+ guest ok = no
+
+[oglog]
+ comment = OpenGnSys Log
+ read only = no
+ writeable = yes
+ path = OPENGNSYSDIR/log/clients
+ guest ok = no
+
+[ogimages]
+ comment = OpenGnSys Repository
+ read only = no
+ writeable = yes
+ locking = no
+ path = OPENGNSYSDIR/images
+ guest ok = no