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. 79180dde21
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9123>
This commit is contained in:
parent
3004382975
commit
cb73714c79
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
maintainer="Clayton Craft <clayton@craftyguy.net>"
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue