oem-amd: install amdgpu stuff into the initramfs (MR 5292)

One day the initramfs and -extra will be combined anyways, and this lets
us use the AMD graphics stuff earlier in boot (better splash, etc)
This commit is contained in:
Clayton Craft 2024-06-28 19:03:40 -07:00
parent a984ac80b6
commit 45cdeafe38
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A

View file

@ -2,7 +2,7 @@
pkgname=oem-amd
pkgdesc="AMD device support"
pkgver=2
pkgrel=2
pkgrel=3
url="https://postmarketos.org"
license="MIT"
arch="x86_64"
@ -24,9 +24,9 @@ source="
package() {
mkdir -p "$pkgdir"
install -Dm644 00-oem-amd.modules \
-t "$pkgdir"/usr/share/mkinitfs/modules-extra
-t "$pkgdir"/usr/share/mkinitfs/modules
install -Dm644 00-amdgpu-firmware.files \
-t "$pkgdir"/usr/share/mkinitfs/files-extra
-t "$pkgdir"/usr/share/mkinitfs/files
}
libva() {