当前位置:网站首页>内核错误: No rule to make target ‘debian/canonical-certs.pem‘, needed by ‘certs/x509_certificate_list‘
内核错误: No rule to make target ‘debian/canonical-certs.pem‘, needed by ‘certs/x509_certificate_list‘
2022-04-23 12:58:00 【蓝天居士】
1. 编译内核报错

2. 解决方案
编辑.config文件
vim .config
2.1 修改CONFIG_SYSTEM_TRUSTED_KEYS
修改CONFIG_SYSTEM_TRUSTED_KEYS,将其赋空值。
- 修改前:原变量有值
CONFIG_SYSTEM_TRUSTED_KEYS="debian/canonical-certs.pem"
- 修改后:将该变量赋空值
# 将该项原有内容删掉即可,如下
CONFIG_SYSTEM_TRUSTED_KEYS=""
2.2 修改CONFIG_SYSTEM_REVOCATION_KEYS(可选)
如果CONFIG_SYSTEM_REVOCATION_KEYS的值不为空的话,也将其赋空值。
- 修改前:原变量有值
CONFIG_SYSTEM_REVOCATION_KEYS="debian/canonical-revoked-certs.pem"
- 修改后:将该变量赋空值
CONFIG_SYSTEM_REVOCATION_KEYS=""
3. 重新编译内核
重新编译内核,问题解决。
make -j8
版权声明
本文为[蓝天居士]所创,转载请带上原文链接,感谢
https://blog.csdn.net/phmatthaus/article/details/124353775
边栏推荐
- Huawei cloud MVP email
- Idea的src子文件下无法创建servlet
- V-model binding value in El select, data echo only displays value, not label
- mysql中 innoDB执行过程分析
- [daily question] chessboard question
- Realize several "Postures" in which a box is horizontally and vertically centered in the parent box
- Calculate the past date and days online, and calculate the number of live days
- The quill editor image zooms, multiple rich text boxes are used on one page, and the quill editor upload image address is the server address
- 【csnote】ER图
- Baserecyclerviewadapterhelper realizes pull-down refresh and pull-up loading
猜你喜欢

NPDP | how can product managers not be excluded by programmers?

mysql中 innoDB执行过程分析

box-sizing

XinChaCha Trust SSL Organization Validated

22. 括号生成

4.DRF 权限&访问频率&过滤&排序

Kubernets Getting started tutoriel

Calculate the past date and days online, and calculate the number of live days

【蓝桥杯】4月17日省赛刷题训练(前3道题)
![leetcode:437. Path sum III [DFS selected or not selected?]](/img/e7/d0983a3251dfaf2cf33b56a12ac149.png)
leetcode:437. Path sum III [DFS selected or not selected?]
随机推荐
Golang realizes regular matching: the password contains at least one digit, letter and special character, and the length is 8-16
Softbank vision fund entered the Web3 security industry and led a new round of investment of US $60 million in certik
安装nngraph
JDBC connection pool
标签与路径
软件测试周刊(第68期):解决棘手问题的最上乘方法是:静观其变,顺水推舟。
98. Error s.e.errormvcautoconfiguration $staticview reported by freemaker framework: cannot render error page for request
MySQL supports IP access
BUUCTF WEB [BUUCTF 2018]Online Tool
解决disagrees about version of symbol device_create
BUUCTF WEB [BUUCTF 2018]Online Tool
mysql8安装
4. DRF permission & access frequency & filtering & sorting
Introducing vant components on demand
【蓝桥杯】4月17日省赛刷题训练(前3道题)
Mysql8 installation
CVPR 2022&NTIRE 2022|首个用于高光谱图像重建的 Transformer
5 free audio material websites, recommended collection
产品开发都应该知道的8个网站,增强工作体验
Servlet监听器&过滤器介绍