Lauri Tirkkonen 9007229a9c scripts/mkimg.base.sh: pass --cache-dir to update-kernel
without this, cross-architecture image generation fails as unprivileged
user, because update-kernel ends up calling `apk add --cache-dir
/etc/apk/cache -p /tmp/update-kernel.VO4GcN/root ...` without privileges
to write to /etc/apk/cache. I'm assuming the reason it does not fail
when generating an image for the host architecture is that
/etc/apk/cache already contains the information apk would write there.
2025-07-14 15:38:39 +00:00
..