当前位置:网站首页>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
- STD:: shared of smart pointer_ ptr、std::unique_ ptr
- Recommended website for drawing result map
- 22. 括号生成
- Baserecyclerviewadapterhelper realizes pull-down refresh and pull-up loading
- Mysql8 installation
- ZigBee CC2530 minimum system and register configuration (1)
- Custom nail robot alarm
- three. JS text ambiguity problem
- 31. Next arrangement
猜你喜欢

Free and open source charging pile Internet of things cloud platform

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

Softbank vision fund entered the Web3 security industry and led a new round of investment of US $60 million in certik

About the 'enum' enumeration type and structure.

Recovering data with MySQL binlog

three.js文字模糊问题

Free and open source intelligent charging pile SaaS cloud platform of Internet of things

Image attribute of input: type attribute of fashion cloud learning -h5
![leetcode:437. Path sum III [DFS selected or not selected?]](/img/e7/d0983a3251dfaf2cf33b56a12ac149.png)
leetcode:437. Path sum III [DFS selected or not selected?]

Object. The disorder of key value array after keys
随机推荐
Golang implements MD5, sha256 and bcrypt encryption
Image attribute of input: type attribute of fashion cloud learning -h5
精度、速度完美平衡,最新图像分割SOTA模型重磅发布!!!
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
The continuous construction of the Internet industry platform is not only able to collect traffic
Redis deployment of cloud native kubesphere
The accuracy and speed are perfectly balanced, and the latest image segmentation SOTA model is released!!!
Important knowledge of network layer (interview, reexamination, term end)
(个人)最近项目开发后存在的系统漏洞整理
Record some NPM related problems (messy records)
产品开发都应该知道的8个网站,增强工作体验
Design of body fat detection system based on 51 single chip microcomputer (51 + OLED + hx711 + US100)
Timing role in the project
[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
21 days learning mongodb notes
Design and manufacture of 51 single chip microcomputer solar charging treasure with low voltage alarm (complete code data)
云原生KubeSphere部署Redis
Record the problems encountered in using v-print
98. Error s.e.errormvcautoconfiguration $staticview reported by freemaker framework: cannot render error page for request
Summary of JVM knowledge points - continuously updated