From cb73714c79a24313d622d39e3c1d07cfeabbfa36 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Thu, 23 Jul 2026 21:29:49 -0700 Subject: [PATCH] main/postmarketos-duranium: use full kmod in initramfs A recent change in Alpine[1] changed how busybox handled module loading. Previously, if bb modprobe was called with a compressed module, it would send it to the kernel to decompress it. Now, bb modprobe just fails. Using full kmod/modprobe lets us avoid any of these busybox shenanigans. 1. https://gitlab.alpinelinux.org/alpine/aports/-/commit/79180dde2132c2af06346ec4386c8084c8edc1bf Signed-off-by: Clayton Craft Part-of: --- main/postmarketos-duranium/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/postmarketos-duranium/APKBUILD b/main/postmarketos-duranium/APKBUILD index 8ce4f8303..c445a3f76 100644 --- a/main/postmarketos-duranium/APKBUILD +++ b/main/postmarketos-duranium/APKBUILD @@ -1,6 +1,6 @@ maintainer="Clayton Craft " pkgname=postmarketos-duranium -pkgver=12 +pkgver=13 pkgrel=0 pkgdesc="Configuration for building and booting immutable postmarketOS images" url="https://wiki.postmarketos.org/wiki/Duranium_(Immutable_postmarketOS)" @@ -111,6 +111,7 @@ initramfs() { device-mapper device-mapper-udev e2fsprogs + kmod musl-utils postmarketos-bootsplash scanelf