当前位置:网站首页>Kernel error: no rule to make target 'Debian / canonical certs pem‘, needed by ‘certs/x509_ certificate_ list‘
Kernel error: no rule to make target 'Debian / canonical certs pem‘, needed by ‘certs/x509_ certificate_ list‘
2022-04-23 13:01:00 【Blue sky lay】
1. Compile kernel error
2. Solution
edit .config
file
vim .config
2.1 modify CONFIG_SYSTEM_TRUSTED_KEYS
modify CONFIG_SYSTEM_TRUSTED_KEYS
, Assign it to a null value .
- Before the change : The original variable has a value
CONFIG_SYSTEM_TRUSTED_KEYS="debian/canonical-certs.pem"
- After modification : Assign the variable to a null value
# Delete the original content of this item , as follows
CONFIG_SYSTEM_TRUSTED_KEYS=""
2.2 modify CONFIG_SYSTEM_REVOCATION_KEYS( Optional )
If CONFIG_SYSTEM_REVOCATION_KEYS
If the value of is not empty , It is also assigned a null value .
- Before the change : The original variable has a value
CONFIG_SYSTEM_REVOCATION_KEYS="debian/canonical-revoked-certs.pem"
- After modification : Assign the variable to a null value
CONFIG_SYSTEM_REVOCATION_KEYS=""
3. Recompile the kernel
Recompile the kernel , Problem solving .
make -j8
版权声明
本文为[Blue sky lay]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231258112532.html
边栏推荐
- 拥抱机器视觉新蓝海,冀为好望开启数字经济发展新“冀”遇
- Idea的src子文件下无法创建servlet
- Async void provoque l'écrasement du programme
- [vulnhub range] - DC2
- 云原生KubeSphere部署Mysql
- Wu Enda's programming assignment - logistic regression with a neural network mindset
- Recovering data with MySQL binlog
- Pytorch: a pit about the implementation of gradreverselayer
- SQL exercise question 1
- jmeter操作redis
猜你喜欢
SSM框架系列——数据源配置day2-1
Important knowledge of transport layer (interview, retest, final)
JMeter operation redis
安装nngraph
SSM框架系列——注解开发day2-2
CVPR 2022 & ntire 2022 | the first transformer for hyperspectral image reconstruction
产品开发都应该知道的8个网站,增强工作体验
[csnote] ER diagram
Software testing weekly (issue 68): the best way to solve difficult problems is to wait and see the changes and push the boat with the current.
Record Alibaba cloud server mining program processing
随机推荐
Calculate the past date and days online, and calculate the number of live days
(个人)最近项目开发后存在的系统漏洞整理
MySQL supports IP access
After the data of El table is updated, the data in the page is not updated this$ Forceupdate() has no effect
How to click an object to play an animation
4. DRF permission & access frequency & filtering & sorting
Use source insight to view and edit source code
async void 導致程序崩潰
Connect orcale
SQL exercise question 1
Byte warehouse intern interview SQL questions
Golang implements MD5, sha256 and bcrypt encryption
Golang realizes regular matching: the password contains at least one digit, letter and special character, and the length is 8-16
Idea的src子文件下无法创建servlet
The project file '' has been renamed or is no longer in the solution, and the source control provider associated with the solution could not be found - two engineering problems
Go language mapping operation
教你快速开发一个 狼人杀微信小程序(附源码)
[untitled] make a 0-99 counter, P1 7 connected to key, P2 connected to nixie tube section, common anode nixie tube, P3 0,P3. 1. Connect the nixie tube bit code. Each time you press the key, the nixie
22. 括号生成
内核错误: No rule to make target ‘debian/canonical-certs.pem‘, needed by ‘certs/x509_certificate_list‘