diff options
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 | |||