Re: [gentoo-dev] [PATCH] mount-boot.eclass: Fix ro check

2019-08-10 Thread Robin H. Johnson
On Sat, Aug 10, 2019 at 09:42:38PM +0200, Thomas Deutschmann wrote: > Make sure we check only /boot mount and not any mount > containing '/boot'. +1. -- Robin Hugh Johnson Gentoo Linux: Dev, Infra Lead, Foundation Treasurer E-Mail : robb...@gentoo.org GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B9

[gentoo-dev] [PATCH] mount-boot.eclass: Fix ro check

2019-08-10 Thread Thomas Deutschmann
Make sure we check only /boot mount and not any mount containing '/boot'. Closes: https://bugs.gentoo.org/691874 Signed-off-by: Thomas Deutschmann --- eclass/mount-boot.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mount-boot.eclass b/eclass/mount-boot.eclass