source: server/etc/smb-og.conf.tmpl @ de87b1a

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since de87b1a was d47d38d, checked in by ramon <ramongomez@…>, 14 years ago

Rama version1.0: instalador no configura NFS, no duplica el recurso tftpboot en Samba y corrección de erratas.
Close #313, #314.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@1533 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 718 bytes
Line 
1[tftpboot]
2   comment = el directorio fisico ogclient debe estar como escritura
3   writeable = no
4   read only = yes
5   #locking = no
6   path = /var/lib/tftpboot
7   guest ok = no
8
9#[ogboot]
10#   comment = OpenGnSys Boot
11#   writeable = no
12#   read only = yes
13#   #locking = no
14#   path = /var/lib/tftpboot
15#   guest ok = no
16
17[ogclient]
18   comment = OpenGnSys Client
19   read only = yes
20   locking = no
21   path = OPENGNSYSDIR/client
22   guest ok = no
23
24[oglog]
25   comment = OpenGnSys Log
26   read only = no
27   writeable = yes
28   path = OPENGNSYSDIR/log/clients
29   guest ok = no
30
31[ogimages]
32   comment = OpenGnSys Repository
33   read only = no
34   writeable = yes
35   locking = no
36   path = OPENGNSYSDIR/images
37   guest ok = no
Note: See TracBrowser for help on using the repository browser.