aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README
diff options
context:
space:
mode:
authorDavid Walter Seikel2011-11-27 19:31:33 +1000
committerDavid Walter Seikel2011-11-27 19:31:33 +1000
commitd8b6646a004060edf073b96065fdbb979baa2f68 (patch)
tree4f8d9af35f9758037cca167d255eaecb8e02c97e /README
parentRename the start up script. (diff)
downloadIGnoble-d8b6646a004060edf073b96065fdbb979baa2f68.zip
IGnoble-d8b6646a004060edf073b96065fdbb979baa2f68.tar.gz
IGnoble-d8b6646a004060edf073b96065fdbb979baa2f68.tar.bz2
IGnoble-d8b6646a004060edf073b96065fdbb979baa2f68.tar.xz
Trying to make things safer for upgrades and some general tweaks.
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