tablet-x86uefi: add modules to initfs for booting from eMMC, and graphics (MR 4172)
Some tablets have eMMC, which pmOS can be installed to. These modules are needed to detect/mount the boot and rootfs partitions. This also adds i915, which sets up the display and allows the splash screen / console to work on boot.
This commit is contained in:
parent
e0bd6dc64c
commit
e97cb6ff03
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-tablet-x86uefi
|
||||
pkgdesc="Various tablets with atom CPU"
|
||||
pkgver=4
|
||||
pkgver=5
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -30,7 +30,7 @@ phosh() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
c9c81c6b57211c260a7a834c880068e5dec2a70a4502d0b4df7962c45d2f6019e7082bccbcc1eb7cee23adb7f05bc38f638010802e41279107cc7740d80e3fbe deviceinfo
|
||||
bfb8c66a672c439454617796f135aa8f888f4364edd83b06c7c8bb3845cec56e9d4ad64223b92dfd9c334a5f8d93c734e4c208efc5125b4409992de450af54d0 deviceinfo
|
||||
2d951d71102181db85a2468fd770ee3a7958c06b14e27e52e0d4ff0e9b88f3ab3c5c9b15c8a938d1cd2ae0c94ad2aad7001f1b6fe943f96a38602085f481a4cf grub.cfg
|
||||
e8f734a2f8d154813dbb493f0d58af50a7f624ffed41967a81493b975a6211efc6d30743b23825562cfd126791cbdd3348bfbed32eeece9b8acec0a37c3c51b6 phoc.ini
|
||||
"
|
||||
|
|
|
@ -5,7 +5,7 @@ deviceinfo_format_version="0"
|
|||
deviceinfo_name="Various tablets with atom CPU"
|
||||
deviceinfo_manufacturer="Various"
|
||||
deviceinfo_codename="tablet-x86uefi"
|
||||
deviceinfo_modules_initfs="jbd2 mbcache scsi_mod sd_mod sg libata sd ahci libahci usb_storage usb xhci_hcd ehci_hcd uas xhci_pci"
|
||||
deviceinfo_modules_initfs="jbd2 mbcache scsi_mod sd_mod sg libata sd ahci libahci usb_storage usb xhci_hcd ehci_hcd uas xhci_pci i915 sdhci_acpi mmc_core mmc_block"
|
||||
deviceinfo_arch="x86_64"
|
||||
|
||||
# Device related
|
||||
|
|
Loading…
Reference in a new issue