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