From 1aac2336977a6c589b00f99eb18b26edee86a7a0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 28 Jul 2017 20:38:02 -0400 Subject: Grub.bootsMounted: Avoid failing when proc sys etc are already mounted within the chroot. Perhaps it should keep track of what was mounted before and restore it, but it would complicate it a lot, and I doubt it would be needed by any use of this property. Usually, this property will come after a chroot provisioning property, which may leave proc and sys mounted, but that's done only so that the chroot can later be used; and when bootsMounted is applied to a chroot, the goal is presumably to boot the underlying disk soon. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c66038d6..f91ee8cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,8 @@ propellor (4.7.0) UNRELEASED; urgency=medium * Sbuild: Updated sample config in haddock for Propellor.Property.Sbuild. If you use this module, please compare both your config.hs and your ~/.sbuildrc with the haddock documentation. + * Grub.bootsMounted: Avoid failing when proc sys etc are already mounted + within the chroot. -- Joey Hess Fri, 28 Jul 2017 20:13:58 -0400 -- cgit v1.2.3