弄乱手工编辑的内核配置

发布于 2024-10-18 12:16:27 字数 86 浏览 2 评论 0原文

我的一些同事手动编辑我们产品的内核配置。注释或取消注释选项并手动放置“y”或“m”。我将此类配置加载到 menuconfig 和朋友中安全吗?会出现什么问题?

Some of my coworkers edit the kernel configs of our products manually. The comment or uncomment the options and manually put the 'y' or 'm'. Is it safe for me to load such configurations to menuconfig and friends? What can go wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

红ご颜醉 2024-10-25 12:16:27

只要您随后运行 make oldconfigmake menuconfig 等,它就是安全的。 “make”负责处理依赖关系并根据需要激活已被错误禁用的模块。

It's safe as long as you run make oldconfig or make menuconfig, etc. afterwards. "make" takes care of dependencies and activates as needed modules that have been mistakenly disabled.

心病无药医 2024-10-25 12:16:27

是的,您可以在配置文件中手动编辑内核配置。 “make”负责处理任何依赖关系。

Yes, you can hand-edit the kernel configs in the config file. "make" takes care of any dependencies.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文