google-x64cros: drop oem-* packages and compress initramfs
Fixes #3095 (closed)
Currently google-x64cros cannot be installed to new devices or updated due to initramfs being too large. By removing oem-* packages, kernel modules included in the main initramfs are limited.
A better fix would be including most modules in the initramfs-extra, but that would require some changes to how mkinitfs handles module handling which is out of the scope of this MR currently. (Will most likely be added in a follow-up MR.)
Merge request reports
Activity
added 1 commit
- 92218d03 - google-x64cros: drop oem-* packages and compress initramfs
By Aster Boese on 2024-09-15T04:57:23
31 31 linux-firmware-other 32 32 linux-firmware-rtl_nic 33 33 linux-firmware-rtw88 34 oem-intel 35 oem-amd I understand, but this MR at least fixes building and installation for at least some devices. A further MR will be made to re-add these configs but install some of them to initramfs-extra. We could do that now, but we would have to manually reimplement the oem-* packages
By Aster Boese on 2024-09-15T14:28:28