commit 6e512b6

chld  ·  2025-12-20 19:36:54 +0000 UTC
parent cc3fc8f
testing (chnage /mnt/bin to _inc)
1 files changed,  +4, -2
+4, -2
 1@@ -32,5 +32,7 @@ mkdir -p /mnt/etc/
 2 mkdir -p /mnt/etc/apk
 3 cp ./rootfs/repositories /mnt/etc/apk/repositories
 4 # sync repositories
 5-/mnt/bin/apk --root /mnt --allow-untrusted update 
 6-/mnt/bin/apk --root /mnt add alpine-keys 
 7+inc '
 8+/bin/apk --root / --allow-untrusted update 
 9+/bin/apk --root / add alpine-keys 
10+'