commit 99bb455

chld  ·  2025-12-20 20:41:12 +0000 UTC
parent 57e25af
setup-userland + setup-apk
2 files changed,  +15, -0
+1, -0
1@@ -16,6 +16,7 @@ _inc '
2 	kiss r libmpc gmp mpfr gcc
3 	kiss r binutils bison m4 flex pigz xz make
4 	kiss r baselayout
5+	kiss r curl zlib
6 '
7 
8 ls $m/var/db/kiss/installed # wooh
+14, -0
 1@@ -16,3 +16,17 @@ wget \
 2 chmod 755 $m/bin/situation # make situation a executable or kernel panic
 3 ln -sf $m/bin/situation $m/bin/init # make sure kern knows situation is init
 4 ln -sf $m/bin/situation $m/sbin/init
 5+
 6+# (re)add tools
 7+_inc '
 8+	apk add busybox-static
 9+	ln -sf $(which busybox.static) /bin/busybox
10+	ln -sf $(which busybox.static) /usr/bin/busybox
11+	apk add musl
12+'
13+
14+# fix tools
15+
16+_inc '
17+	apk fix musl
18+'