commit dc3c3f8658fe77e79d04fa397674c796e59f309d
parent b4a29fe852d9bf775745d80b6f0654779102a7a3
Author: Anselm R Garbe <anselm@garbe.us>
Date: Fri, 16 Oct 2009 22:26:14 +0100
another addition
Diffstat:
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/stali.suckless.org/index.md b/stali.suckless.org/index.md
@@ -35,5 +35,25 @@ Generally /usr will be removed, what a useless directory, for non-base system st
Updating system is simply rsync'ing from distro server.
+Typical end-user system
+-----------------------
+
+ [anselm@x200s rootfs]$ tree
+ .
+ |-- bin
+ |-- dev
+ |-- etc
+ |-- home
+ | `-- root
+ |-- mnt
+ |-- proc
+ |-- sys
+ |-- tmp
+ `-- var
+
+Note, end-user systems have no /lib, /include etc, they just have what's really
+necessary and nothing else.
+
+
TBC