Nitrokey / heads

A minimal Linux that runs as a coreboot or LinuxBoot ROM payload to provide a secure, flexible boot environment for laptops and servers.
http://osresearch.net/
GNU General Public License v2.0
15 stars 1 forks source link

Update Kernel Config for next release #36

Open daringer opened 8 months ago

daringer commented 8 months ago

Add the following to the kernel configuration:

CONFIG_DM_BIO_PRISON=y
CONFIG_DM_PERSISTENT_DATA=y

see: https://github.com/linuxboot/heads/pull/1586

JonathonHall-Purism commented 8 months ago

CONFIG_DM_THIN_PROVISIONING=y is the important part of #1586, those other configs come along as dependencies

daringer commented 7 months ago

start point: https://github.com/linuxboot/heads/pull/1586#issuecomment-1904615453