firecracker icon indicating copy to clipboard operation
firecracker copied to clipboard

Remove `dmidecode` from cpu-template-helper and devctr

Open zulinx86 opened this issue 2 years ago • 0 comments

Derived from discussion here: https://github.com/firecracker-microvm/firecracker/pull/3654#discussion_r1184696354 As /sys/devices/virtual/dmi/id/bios_release is only available since kernel 5.8, it uses dmidecode command instead. After the end of kernel 4.14 support, we need to drop the dependency of dmidecode command.

zulinx86 avatar May 11 '23 16:05 zulinx86