From 415a9469cd1ac1f42ad9c4cd0e810a4f13f6204d Mon Sep 17 00:00:00 2001 From: ramon Date: Wed, 29 Feb 2012 13:51:27 +0000 Subject: Versión 1.0.3, #499: Definir nº de revisión para la versión 1.0.3. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.0@2732 a21b9725-9963-47de-94b9-378ad31fedc9 --- doc/filetree.en.txt | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 doc/filetree.en.txt (limited to 'doc/filetree.en.txt') diff --git a/doc/filetree.en.txt b/doc/filetree.en.txt new file mode 100644 index 00000000..a43d2850 --- /dev/null +++ b/doc/filetree.en.txt @@ -0,0 +1,53 @@ + +OpenGnSys 1.0.x Filesystem Hiearchy +=================================== + + +Directory Structure of OpenGnSys Client +--------------------------------------------- + +/opt/opengnsys + bin (ro) - associated tools + cache (rw) - mount point of the local cache filesystem + etc (ro) - configuration files. + init (ro) - init scripts. + images (user=ro, admin=rw) - images repository. + lib (ro) - tool libraries. + engine/bin (ro) - cloning engine libraries. + log (rw) - log files. + + + +Directory Structure of OpenGnSys Server: +---------------------------------------------- + +/opt/opengnsys + bin - server binaries. + client - exports the client's directory structure. + etc - configuration files. + lib - tool libraries. + log - ficheros de registro de incidencias. + log - log files. + tftpboot - remote boot files (linked to TFTP directory). + + + +Directory Structure of OpenGnSys Repository Manager +--------------------------------------------------------- + +/opt/opengnsys + bin - server binaries. + etc - configuration files. + images - filesystem images. + log - log files. + + + +Relationship of network file systems +------------------------------------ + +Server: exports /opt/opengnsys/client -> Client: imports /opt/opengnsys +Server: exports /opt/opengnsys/log/client -> Client: imports /opt/opengnsys/log +RepoMan: exports /opt/opengnsys/images -> Client: imports /opt/opengnsys/images + + -- cgit v1.2.3-18-g5258