博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
新消息:kmod替代module-init-tools
阅读量:6516 次
发布时间:2019-06-24

本文共 1063 字,大约阅读时间需要 3 分钟。

  hot3.png

新消息:kmod替代module-init-tools

由于维护者宣布了module-init-tools项目的终止,一个新的项目加快了速度出来代替他的位置:kmod。这意味着是一种插入式替换(drop-in replacement),虽然在module-init-tools里面被反对的功能还没有被重新实现。

如果在升级的过程,pacman把/etc/modproe.d/modprobe.conf移动到一个.pacsave,你应该把它移回去。这个 文件,和其他任何被module-init-tools读取的文件都仍然会被kmod读取。然而,kmod package不再包含空白的配置文件。你将会在manpages和二进制文件的–help的输出看到同样(如果没有更多的话)的文档。

News: kmod replaces module-init-tools

2012-01-21 – Dave Reisner

With module-init-tools being declared a dead project by its current maintainer, a new project has stepped up to take its place: kmod. This is intended to be a drop-in replacement, though deprecated functionality in module-init-tools has not been reimplemented.

If, upon upgrade, pacman moves /etc/modprobe.d/modprobe.conf to a .pacsave, you should move it back. This file, and any other config read by module-init-tools, is still read by kmod. However, the kmod package will no longer include a blank config file. You’ll find the same (if not more) documentation in the manpages and –help output for the binaries.

转载于:https://my.oschina.net/ailou/blog/53711

你可能感兴趣的文章
OpenJudge 2786 Pell数列
查看>>
mysql 游标循环,嵌套游标循环
查看>>
win7 蛋疼的时间格式转化
查看>>
C++中二维数组的动态创建与处理
查看>>
SPOJ 10628 COT - Count on a tree(在树上建立主席树)(LCA)
查看>>
SpringInAction--Bean参数的自动注入
查看>>
素数筛
查看>>
centos /linux 修改目录或文件权限
查看>>
leetcode--
查看>>
访问者模式
查看>>
异步函数
查看>>
Openstack的vnc界面定制
查看>>
winsow xp不能安装软件, 提示"中断" 是因为设置了 软件限制策略
查看>>
as3调用外部应用程序 as调用外部exe文件as3调用bat文件 未测试
查看>>
jQuery清空标签内容--防止内存泄露
查看>>
关于 HandlerMethodArgumentResolver 类 以及 WebArgumentResolver 类 自定义解析参数
查看>>
30个php操作redis常用方法代码例子
查看>>
阿里PB级Kubernetes日志平台建设实践
查看>>
监听者模式实践-java事件和事件监听器
查看>>
比RBAC更好的权限认证方式(Auth类认证)
查看>>