aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index d5edc4b..8636f21 100644
--- a/README
+++ b/README
@@ -60,3 +60,14 @@ this directory) -
60 60
61./go_live.sh 61./go_live.sh
62 62
63
64NOTES -
65
66This attempts to use only one copy of the OS install for all sims. We
67are running one instance of OS for each sim though, as this prevents one
68sim crashing from bringing down the others. OS however really wants to
69write data to directories within it's own bin directory. I'm not at all
70certian if that data can be shared. For the same reason, so far I've
71not been able to get to thepoint where we can make the OS directory read
72only. This complicates things during upgrades.
73