diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-08-25 17:33:04 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-08-25 17:33:04 -0500 |
commit | 5d5856c193768d24f11d5f0533e48c39526aef5c (patch) | |
tree | a466a9d038cc8e1c3f47e2161ff5b9898ce3e437 /NEWS.md | |
parent | 686e172207ac9e23560da18a6f877be777ded935 (diff) |
Update news file
Add information on modules-load service and more explanation about
dealing with the rc -> openrc and runscript -> openrc-run transitions.
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -17,6 +17,19 @@ these files for the setup. The deprecation messages in 0.13.x for runscript and rc are now made visible in preparation for the removal of these binaries in 1.0. +The steps you should take to get rid of these warnings is to run openrc +in initialization steps instead of rc and change the shebang lines in +service scripts to refer to "openrc-run" instead of "runscript". + +In 0.21.4, a modules-load service was added. This works like the +equivalent service in systemd. It looks for files named *.conf first in +/usr/lib/modules-load.d, then /run/modules-load.d, then +/etc/modules-lload.d. These files contain, a list of modules, one per +line, which should be loaded into the kernel. If a file name appears in +/run/modules-load.d, it overrides a file of the same name in +/usr/lib/modules-load.d. A file appearing in /etc/modules-load.d +overrides a file of the same name in both previous directories. + ## OpenRC-0.19 This version adds a net-online service. By default, this |