diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-08-14 10:21:27 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-08-14 10:21:27 -0500 |
commit | 7cb8d943236fe651ac54c64f8167f7c4369f649c (patch) | |
tree | 7aabf5d4b2e80b8ce93e24329e6ffd4648946d87 /NEWS.md | |
parent | 84ed570eaefcbb55b99ba425030bf7d1d1d46137 (diff) |
Stop mounting efivarfs read-only
We do not need to do this any longer since all supported linux kernels
make efivarfs immutable and the tools that manipulate it are aware of
this feature.
This fixes https://github.com/openrc/openrc/issues/238.
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -11,6 +11,13 @@ The only place I know that this was used was Gentoo Baselayout 1.x, so it shouldn't affect anyone since baselayout-1 has been dead for a few years. +Since all supported Linux kernel versions now make efivarfs immutable +and all of the tools that access efivarfs are aware of this, we no +longer mount efivarfs read-only. See the following github issue for more +information: + +https://github.com/openrc/openrc/issues/238 + ## OpenRC 0.37 start-stop-daemon now supports logging stdout and stderr of daemons to |