aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-08-28 19:42:13 +0300
committerChristos.K <freedomrfox@gmail.com>2017-08-28 19:42:13 +0300
commit9a6319ef330f7d3c905168eb704e84fe087d75fe (patch)
tree36fcfed8bc15e23a4408ab67e1d3fe5ced2a901c
parentIncluded Warning (diff)
downloadGSE-9a6319ef330f7d3c905168eb704e84fe087d75fe.tar.gz
GSE-9a6319ef330f7d3c905168eb704e84fe087d75fe.tar.bz2
GSE-9a6319ef330f7d3c905168eb704e84fe087d75fe.zip
Updated README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd79251..d312543 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ 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 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.