This lets the uefi-comboapp and new kickstart template work well together out of the box.
Signed-off-by: California Sullivan <[email protected]> --- conf/machine/include/meta-intel.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index 7568f91..28bd081 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc @@ -37,6 +37,8 @@ MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware thermald" # merge the microcode data in the final initrd image. INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" +DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef" + EFI_PROVIDER ?= "rmc-boot" EFI_PROVIDER_x86_64_x32-intel-common ?= "systemd-boot" -- 2.9.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
