commit 83b9e6b
chld
·
2025-12-20 18:16:21 +0000 UTC
parent 3a631b0
setup-userland
1 files changed,
+11,
-1
+11,
-1
1@@ -6,4 +6,14 @@
2 # low-level things: modprobe, mount, [filesystem manipulating]
3 # -> busybox
4
5-# some for baseutils?
6+# baseutils?
7+
8+set -x
9+# lets setup situation init
10+wget \
11+ https://codeberg.org/derivelinux/situation/raw/branch/main/situation \
12+ -O /mnt/bin/situation
13+
14+chmod 755 /mnt/bin/situation # make situation a executable or kernel panic
15+ln -sf /mnt/bin/situation /mnt/bin/init # make sure kern knows situation is init
16+ln -sf /mnt/bin/situation /mnt/sbin/init