device-generic-x86_64: initfs: fix FDE w/ usb keyboard (MR 4829)
- Fixes FDE unlocking on devices with usb keyboards - Also drops the i915 module from the initfs, this is specified by the oem-intel package now [ci:skip-build] already built successfully in CI
This commit is contained in:
parent
65cc23c5b6
commit
5ef542d70e
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=device-generic-x86_64
|
||||
pkgdesc="Generic x86_64 system, with EFI"
|
||||
pkgver=11
|
||||
pkgver=12
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -87,5 +87,5 @@ nonfree_firmware_intel() {
|
|||
|
||||
sha512sums="
|
||||
33f0450413c7b364390fdc715578b41389bced5ff69f04a2128155f5ad828ed0e1cc17a20b610eccf4bd99560e21be91e362faaa72e9decad4623f8669e8ab7a deviceinfo
|
||||
7e968698e54583023cc73a9dec0c15ef91d6eb24ad31f0ce531a6eada0ff2dceb22c9edc443bf7cef362a9a5b23ea95d698c217e1f780495029f4a5451ed2882 modules-initfs
|
||||
cf9ad3e80b43aa799a8123289e3ab77f6a1c37cee3d48db737688b93afd4f1094db76008ec0f28358c35dd1e115c4fabf9452f9abee76481a2630f02e3ae0953 modules-initfs
|
||||
"
|
||||
|
|
|
@ -2,8 +2,8 @@ ahci
|
|||
ehci_hcd
|
||||
ehci_pci
|
||||
hid-multitouch
|
||||
hid_generic
|
||||
i2c_hid_acpi
|
||||
i915
|
||||
jbd2
|
||||
libahci
|
||||
libata
|
||||
|
@ -19,5 +19,6 @@ sg
|
|||
uas
|
||||
usb
|
||||
usb_storage
|
||||
usbhid
|
||||
xhci_hcd
|
||||
xhci_pci
|
||||
|
|
Loading…
Reference in a new issue