commit b13a0bc

chld  ·  2025-12-20 18:04:39 +0000 UTC
parent 3054fcc
readme + setup-userland
2 files changed,  +20, -2
+12, -2
 1@@ -11,5 +11,15 @@
 2 
 3 _its not the most anti GNU distro, but it still is_
 4 
 5-## status
 6-this is a huge work in progress.
 7+## info
 8+in this repository is a set of shell scripts that are used to
 9+ setup the `chrinux` distro.
10+
11+### status
12+* untested
13+
14+as of now, none of the `setup-*` scripts have
15+been used to install `chrinux`.   
16+
17+to reach the **tested** state, i need to reinstall
18+`chrinux` from these scripts.
+8, -0
 1@@ -1 +1,9 @@
 2 #!/bin/sh
 3+
 4+# the plan for a hybrid userland
 5+# all normal stuff: getty, login, [file manipulating]
 6+# -> toybox
 7+# low-level things: modprobe, mount, [filesystem manipulating]
 8+# -> busybox
 9+
10+# some for baseutils?