On Thu, Jul 13, 2017 at 8:14 AM, Andrew Savchenko <[email protected]> wrote: > > I see no problems with compatibility. In case of software needs to > write to efivars (bootloader installation, etc) algo is simple: > > flag = false; > if (mounted(efivars) == RO) { remount(efivars, RW); flag = true; } > do_usual_stuff(); > if (flag) remount(efivars, RO); >
Certainly. I was just pointing out that we shouldn't make assumptions. Honestly, that is probably better in the openrc case as well, in case a user should want to mount efivars differently for whatever reason. -- Rich
