summaryrefslogtreecommitdiffstats
path: root/doc/filetree.en.txt
blob: a276617da147f66e748edabbda5e43bb3384b958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56

OpenGnsys 1.1.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.
  doc - documentation files.
  etc - configuration files.
  lib - tools and libraries.
  log - log files.
  sbin - binaries for services.
  tftpboot - remote boot files (linked to TFTP directory).
  www - web files.



Directory Structure of OpenGnsys Repository Manager
---------------------------------------------------------

/opt/opengnsys
  bin - server binaries.
  etc - configuration files.
  images - filesystem images.
  log - log files.
  sbin - binaries for services.



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