mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
core-image-minimal-initramfs.bbappend: Add missing install module
This allows installation when booting in legacy mode. Fixes [YOCTO #12346]. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
parent
be9a2e5ae2
commit
a129e6a1c8
|
@ -1,6 +1,6 @@
|
|||
# Use initramfs-framework instead of initramfs-live*
|
||||
PACKAGE_INSTALL_remove_intel-x86-common = "initramfs-live-boot initramfs-live-install initramfs-live-install-efi"
|
||||
PACKAGE_INSTALL_append_intel-x86-common = " initramfs-framework-base initramfs-module-udev initramfs-module-setup-live initramfs-module-install-efi"
|
||||
PACKAGE_INSTALL_append_intel-x86-common = " initramfs-framework-base initramfs-module-udev initramfs-module-setup-live initramfs-module-install initramfs-module-install-efi"
|
||||
|
||||
# Add i915 graphics firmware
|
||||
PACKAGE_INSTALL_append_intel-x86-common = " linux-firmware-i915"
|
||||
|
|
Loading…
Reference in New Issue
Block a user