aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-08-29 17:55:46 +0300
committerChristos.K <freedomrfox@gmail.com>2017-08-29 17:55:46 +0300
commit0a2e95bfa3439e1d3cb8035723add211b4b74c99 (patch)
tree623f38436995f41a1583749181ff14568c49ec4f
parentWiki (diff)
downloadGSE-0a2e95bfa3439e1d3cb8035723add211b4b74c99.tar.gz
GSE-0a2e95bfa3439e1d3cb8035723add211b4b74c99.tar.bz2
GSE-0a2e95bfa3439e1d3cb8035723add211b4b74c99.zip
Wiki
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 12d279d..3689500 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,14 @@
-## Abstract
+#### 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 or system areas from the project's actions.
+
[Project's Wiki](https://wiki.gentoo.org/wiki/User:Ulfox/GSoC-GSE)
+## Abstract
+
A stateless environment based on Gentoo, which aims on making the
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 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.