From b86233fe1b72919539e40c40ae5e350b50f07c21 Mon Sep 17 00:00:00 2001 From: "Stephen A. Zarkos" Date: Thu, 19 Jul 2018 13:53:51 -0700 Subject: [PATCH] Enable DMI_SYSFS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cloud-init uses a DMI value that is set on all Azure hosts to detect that it’s running on Azure, and another DMI parameter for the VM unique ID which it uses as the instance ID. https://git.launchpad.net/cloud-init/tree/tools/ds-identify#n766 It reads both these values via sysfs, so we need kernel support for exporting these variables via /sys. --- 4.14/config-azure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4.14/config-azure b/4.14/config-azure index 4762cff0..b86895b6 100644 --- a/4.14/config-azure +++ b/4.14/config-azure @@ -3263,7 +3263,7 @@ CONFIG_FIRMWARE_MEMMAP=y # CONFIG_DELL_RBU is not set # CONFIG_DCDBAS is not set CONFIG_DMIID=y -# CONFIG_DMI_SYSFS is not set +CONFIG_DMI_SYSFS=y CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y CONFIG_ISCSI_IBFT_FIND=y # CONFIG_ISCSI_IBFT is not set