diff options
author | David Walter Seikel | 2011-11-27 19:31:33 +1000 |
---|---|---|
committer | David Walter Seikel | 2011-11-27 19:31:33 +1000 |
commit | d8b6646a004060edf073b96065fdbb979baa2f68 (patch) | |
tree | 4f8d9af35f9758037cca167d255eaecb8e02c97e /README | |
parent | Rename the start up script. (diff) | |
download | IGnoble-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 '')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -60,3 +60,14 @@ this directory) - | |||
60 | 60 | ||
61 | ./go_live.sh | 61 | ./go_live.sh |
62 | 62 | ||
63 | |||
64 | NOTES - | ||
65 | |||
66 | This attempts to use only one copy of the OS install for all sims. We | ||
67 | are running one instance of OS for each sim though, as this prevents one | ||
68 | sim crashing from bringing down the others. OS however really wants to | ||
69 | write data to directories within it's own bin directory. I'm not at all | ||
70 | certian if that data can be shared. For the same reason, so far I've | ||
71 | not been able to get to thepoint where we can make the OS directory read | ||
72 | only. This complicates things during upgrades. | ||
73 | |||