commit 57e25af

chld  ·  2025-12-20 20:34:04 +0000 UTC
parent 553f722
setup-distro + setup-apk + setup-userland
3 files changed,  +5, -2
+2, -1
 1@@ -20,7 +20,7 @@ _inc '
 2 
 3 ls $m/var/db/kiss/installed # wooh
 4 
 5-# now, lets remove all traces of KISS from /mnt
 6+# now, lets remove all traces of KISS from the rootfs
 7 rm -rf $m/var/db/kiss/
 8 rm -rf $m/bin/kiss-* $m/bin/kiss
 9 
10@@ -51,4 +51,5 @@ ls $m/lib/apk/db
11 _inc '
12 	/bin/apk --root / --allow-untrusted update 
13 	/bin/apk --root / add alpine-keys 
14+	/bin/apk update
15 '
+1, -1
1@@ -7,5 +7,5 @@ set -x
2 sh ./util/kiss-mount $m .
3 
4 sh ./setup-rootfs
5-sh ./setup-userland
6 sh ./setup-apk
7+sh ./setup-userland
+2, -0
1@@ -1,5 +1,7 @@
2 #!/bin/sh -e
3 
4+. ./util/lib.sh
5+
6 # i am looking into baseutils, seems like a good idea
7 # although, we will still be using busybox for now.
8 # - as i want to test if this stuff even works.