diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-07-13 17:49:17 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-07-13 17:49:25 -0500 |
commit | b35099cb707e333b6b8d30d956ffa93bcd2da0ab (patch) | |
tree | 29879940a631523a967184aee5b9b332cb55d96b /NEWS.md | |
parent | 3fd3bfc76dccc3752f4af949ad4076dab26357fb (diff) |
Add comment about overriding the default efivars mount in fstab to news
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |