From 68f864299303ac8d510f19d67e8d7e6fe0681138 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Jul 2017 20:19:19 -0400 Subject: DiskImage: Removed grubBooted Properties that used to need it as a parameter now look at Info about the bootloader that is installed in the chroot that the disk image is created from. (API change) This is a simplication, and avoids the user needing to repeat themselves in the propellor config, thus avoiding mistakes. When no boot loader is installed, or multiple different ones are, disk image creation will fail, which seems reasonable. This commit was sponsored by Jake Vosloo on Patreon. --- src/Propellor/Property/Chroot.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Property/Chroot.hs') diff --git a/src/Propellor/Property/Chroot.hs b/src/Propellor/Property/Chroot.hs index 65749e34..d3bd7e5c 100644 --- a/src/Propellor/Property/Chroot.hs +++ b/src/Propellor/Property/Chroot.hs @@ -15,6 +15,7 @@ module Propellor.Property.Chroot ( -- * Internal use provisioned', propagateChrootInfo, + chrootInfo, propellChroot, chain, chrootSystem, -- cgit v1.2.3