commit: b35099cb707e333b6b8d30d956ffa93bcd2da0ab Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Thu Jul 13 22:49:17 2017 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Jul 13 22:49:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b35099cb
Add comment about overriding the default efivars mount in fstab to news NEWS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 36662544..053a3cd6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,7 +10,10 @@ this file system making systems unbootable. If you need to change something in this path, you will need to re-mount it read-write, make the change and re-mount it read-only. -For more information oon this issue, see the following url: +Also, you can override this behavior by adding a line for efivars to +fstab if you want efivars mounted read-write. + +For more information on this issue, see the following url: https://github.com/openrc/openrc/issues/134
