diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-24 13:37:42 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-24 14:47:50 -0500 |
commit | a7c0400177e504fe07e7c39168b7a92e40ab334a (patch) | |
tree | 173bfa54e6f20c959ee21314186b5b666d3bfbf0 | |
parent | 03803ae8e966755e8bf6d52b61209792cb830cf4 (diff) |
Update news
-rw-r--r-- | NEWS.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -3,6 +3,27 @@ This file will contain a list of notable changes for each release. Note the information in this file is in reverse order. +## OpenRC-0.14 + +The binfmt service, which registers misc binary formats with the Linux +kernel, has been separated from the procfs service. This service will be +automatically added to the sysinit runlevel for new Linux installs. When +you upgrade, you will need to use rc-update to add it to your sysinit +runlevel. + +The procfs service no longer automounts the deprecated usbfs and +usbdevfs file systems. Nothing should be using usbdevfs any longer, and +if you still need usbfs it can be added to fstab. + +Related to the above change, the procfs service no longer attempts to +modprobe the usbcore module. If your device manager does not load it, +you will need to configure the modules service to do so. + +The override order of binfmt.d and tmpfiles.d directories has been +changed to match systemd. Files in /run/binfmt.d and /run/tmpfiles.d +override their /usr/lib counterparts, and files in the /etc counterparts +override both /usr/lib and /run. + ## OpenRC-0.13.2 A chroot variable has been added to the service script variables. |