commit b3be7b3

chld  ·  2025-12-20 19:29:09 +0000 UTC
parent a89a0ad
testing
2 files changed,  +4, -4
+3, -3
 1@@ -11,8 +11,8 @@ _inc '
 2 	kiss r b3sum
 3 	kiss r git
 4 	kiss r linux-headers
 5-	kiss r libmpc gmp mpfr
 6-	kiss r binutils gcc bison m4 flex pigz xz make
 7+	kiss r libmpc gmp mpfr gcc
 8+	kiss r binutils bison m4 flex pigz xz make
 9 '
10 
11 # now actually bootstrapping apk stage
12@@ -23,5 +23,5 @@ wget \
13 	-O /mnt/bin/apk # static apk ez
14 
15 chmod 755 /mnt/bin/apk # executable apk
16-/mnt/bin/apk --arch $(arch) -X https://dl-cdn.alpinelinux.org/alpine/latest-stable/main/ -U --allow-untrusted --root /mnt/ --initdb update
17+/mnt/bin/apk --arch $(arch) -X https://dl-cdn.alpinelinux.org/alpine/latest-stable/main/ -U --allow-untrusted --root /mnt/ --initdb add alpine-keys
18 /mnt/bin/apk --root /mnt add alpine-keys
+1, -1
1@@ -9,7 +9,7 @@ rm -rf /mnt/*
2 #	https://codeberg.org/kiss-community/repo/releases/download/24.12.18/kiss-chroot-24.12.18.tar.xz \
3 #	-O kiss.tar.xz
4 
5-tar -xf kiss.tar.xz -C /mnt
6+tar -xvf kiss.tar.xz -C /mnt
7 
8 # mwakatize the rootfs
9 rm -f /mnt/etc/fstab