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:
parent
a984ac80b6
commit
45cdeafe38
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=oem-amd
|
pkgname=oem-amd
|
||||||
pkgdesc="AMD device support"
|
pkgdesc="AMD device support"
|
||||||
pkgver=2
|
pkgver=2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="x86_64"
|
arch="x86_64"
|
||||||
|
@ -24,9 +24,9 @@ source="
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "$pkgdir"
|
mkdir -p "$pkgdir"
|
||||||
install -Dm644 00-oem-amd.modules \
|
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 \
|
install -Dm644 00-amdgpu-firmware.files \
|
||||||
-t "$pkgdir"/usr/share/mkinitfs/files-extra
|
-t "$pkgdir"/usr/share/mkinitfs/files
|
||||||
}
|
}
|
||||||
|
|
||||||
libva() {
|
libva() {
|
||||||
|
|
Loading…
Reference in a new issue