diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-11-06 16:34:14 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-11-07 08:55:44 -0600 |
commit | 7eb3975543eafd44c6946ca5a76812aa0d7a7303 (patch) | |
tree | 5b8e855a6a14f51af20873bfc8ae1ec19416702b /NEWS.md | |
parent | 60e60dc9bbf0e3a18d897861367d9289ae8006d6 (diff) |
Create save-keymaps and save-ktermencoding services
These services represent the parts of the keymaps and termencoding
services which saved the settings back to the root file system so they
can be loaded very early in the boot process.
These are needed to allow keymaps and termencoding to run earlier in the
boot sequence.
X-Gentoo-Bug: 446018
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=446018
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -4,6 +4,19 @@ OpenRC NEWS This file will contain a list of notable changes for each release. Note the information in this file is in reverse order. +## OpenRC 0.40 + +In this version, the keymaps and termencoding services on Linux needed +to be modified so they do not write to the root file system. This was +done so they can run earlier in the boot sequence. AS a result, you will +need to add save-termencoding and save-keymaps to your boot runlevel. +This can be done as follows: + +``` +# rc-update add save-keymaps boot +# rc-update add save-termencoding boot +``` + ## OpenRC 0.39 This version removes the support for addons. |