From d8b6646a004060edf073b96065fdbb979baa2f68 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 27 Nov 2011 19:31:33 +1000 Subject: Trying to make things safer for upgrades and some general tweaks. --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README') diff --git a/README b/README index d5edc4b..8636f21 100644 --- a/README +++ b/README @@ -60,3 +60,14 @@ this directory) - ./go_live.sh + +NOTES - + +This attempts to use only one copy of the OS install for all sims. We +are running one instance of OS for each sim though, as this prevents one +sim crashing from bringing down the others. OS however really wants to +write data to directories within it's own bin directory. I'm not at all +certian if that data can be shared. For the same reason, so far I've +not been able to get to thepoint where we can make the OS directory read +only. This complicates things during upgrades. + -- cgit v1.1