Skip to content

Commit a483c75

Browse files
authored
Merge pull request #30314 from DaanDeMeyer/dmi
Document kernel configs required for reading credentials from SMBIOS
2 parents cc9f4ca + 6ee9467 commit a483c75

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ REQUIREMENTS:
134134
CONFIG_IMA_ARCH_POLICY
135135
CONFIG_INTEGRITY_MACHINE_KEYRING
136136

137+
Required for reading credentials from SMBIOS:
138+
CONFIG_DMI
139+
CONFIG_DMI_SYSFS
140+
137141
Required for RestrictFileSystems= in service units:
138142
CONFIG_BPF
139143
CONFIG_BPF_SYSCALL

mkosi.images/system/mkosi.conf.d/10-ubuntu.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Distribution=ubuntu
55

66
[Content]
77
Packages=
8-
# We would like to use linux-image-kvm but it does not have support for dm-verity
9-
# See https://bugs.launchpad.net/ubuntu/+source/linux-meta-kvm/+bug/2019040.
8+
# We would like to use linux-image-kvm but it does not have support for SMBIOS credentials.
109
linux-image-generic
1110
linux-tools-common
1211
linux-tools-generic

0 commit comments

Comments
 (0)