debian/config: Note the need to set SYSTEM_TRUSTED_KEYS in featureset config

This commit is contained in:
Ben Hutchings 2019-03-10 22:26:45 +00:00
parent 16e5e055ca
commit f9acfb6f08
1 changed files with 3 additions and 1 deletions

View File

@ -74,7 +74,9 @@ CONFIG_EFI_PARTITION=y
##
#. Signatures are added in linux-signed
CONFIG_MODULE_SIG_KEY=""
#. Actually a file containing X.509 certificates, not keys
#. Actually a file containing X.509 certificates, not keys.
#. Whenever the filename changes, this also needs to be updated in
#. debian/featureset-*/config
CONFIG_SYSTEM_TRUSTED_KEYS="debian/certs/debian-uefi-ca.pem"
##