aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-08-28 19:57:00 +0300
committerChristos.K <freedomrfox@gmail.com>2017-08-28 19:57:00 +0300
commit8ba2b61a51ed23e8308e595469a511dc44ca9d43 (patch)
tree7ac02351bfba8ce4003b7bd96dc781443e1bcc92
parentUpdated README.md (diff)
downloadGSE-8ba2b61a51ed23e8308e595469a511dc44ca9d43.tar.gz
GSE-8ba2b61a51ed23e8308e595469a511dc44ca9d43.tar.bz2
GSE-8ba2b61a51ed23e8308e595469a511dc44ca9d43.zip
Updated Readme
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d312543..09c70b8 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,8 @@ maintenance of multiple machines easier, improve stability and usability
on environments like Research or University computer labs.
#### Before you go on
-Warrning: This project is currently experimental. It's on alpha stage, therefore it is recommended to be used only for testing, on enviroments that shield important data from the project's actions.
+Warrning: This project is currently experimental. It's on alpha stage, therefore it is recommended to be used only for testing, on enviroments that shield important data or system areas from the project's actions.
+
## An introduction to the stateless concept
To begin with, a stateless system, as a concept, is an operating system which can boot and operate without requiring to hold a “memory” of its last state. However, even as a concept, this raises many questions, and could make sceptical even someone which has spend a little time reading about the operation of Linux. That is because, such a system would have many operational restrictions. First of all, the system would be “frozen in time”, meaning that every time the system boots, is like booting for the first time, because no inner “advancement” is happening, that is, no previous timeline of changes and configurations exists.