commit 1be238f
chld
·
2025-12-20 18:21:41 +0000 UTC
parent 0ba13d6
setup-userland (comment)
1 files changed,
+3,
-7
+3,
-7
1@@ -1,12 +1,8 @@
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-# baseutils?
11+# i am looking into baseutils, seems like a good idea
12+# although, we will still be using busybox for now.
13+# - as i want to test if this stuff even works.
14
15 set -x
16