From ce8f4e3b9dfd03ae0d7cd70e990b1df15da258dd Mon Sep 17 00:00:00 2001 From: qindel Date: Fri, 3 May 2024 10:11:34 +0000 Subject: [PATCH] refs #273 Adds ogboot samba template and initial VERSION.json in doc directory --- doc/VERSION.json | 8 ++++++++ etc/smb-ogboot.conf.tmpl | 14 ++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 doc/VERSION.json create mode 100644 etc/smb-ogboot.conf.tmpl diff --git a/doc/VERSION.json b/doc/VERSION.json new file mode 100644 index 0000000..2776bd1 --- /dev/null +++ b/doc/VERSION.json @@ -0,0 +1,8 @@ +{ + "project": "Ogboot", + "version": "0.1.1", + "codename": "Espeto", + "definition": "http://www.andalucia.com/gastronomy/espeto.htm", + "release": "", + "ogagent": "1.1.2" +} diff --git a/etc/smb-ogboot.conf.tmpl b/etc/smb-ogboot.conf.tmpl new file mode 100644 index 0000000..65fc52a --- /dev/null +++ b/etc/smb-ogboot.conf.tmpl @@ -0,0 +1,14 @@ +[tftpboot] + comment = OpenGnsys init files + browseable = no + writeable = no + path = OGBOOTDIR/tftpboot + guest ok = no + +[ogclient] + comment = OpenGnsys Client + browseable = no + writeable = no + locking = no + path = OGBOOTDIR/client + guest ok = no