re-init apk

This commit is contained in:
2026-01-27 17:03:51 +00:00
parent 03c879b21e
commit a31f575d70

View File

@@ -49,6 +49,8 @@ stdenv.mkDerivation rec {
mkdir -p initramfs-extracted/etc/apk
touch initramfs-extracted/lib/apk/db/installed
touch initramfs-extracted/etc/apk/world
echo "https://dl-cdn.alpinelinux.org/alpine/latest-stable/main" > initramfs-extracted/etc/apk/repositories
echo "https://dl-cdn.alpinelinux.org/alpine/latest-stable/community" >> initramfs-extracted/etc/apk/repositories
cd initramfs-extracted
find * .[^.*] -print0 | sort -z | \