diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 20:19:19 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 20:19:33 -0400 |
| commit | 68f864299303ac8d510f19d67e8d7e6fe0681138 (patch) | |
| tree | d026a14a58b374e8177da966a6b5d66b8f6ce303 /propellor.cabal | |
| parent | 7bbbfea9c9693508482e88ec0d4a5e8c4ee81e6a (diff) | |
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.
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal index 42475807..bdb209b7 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 4.2.0 +Version: 4.3.0 Cabal-Version: >= 1.20 License: BSD2 Maintainer: Joey Hess <id@joeyh.name> @@ -177,6 +177,7 @@ Library Propellor.EnsureProperty Propellor.Exception Propellor.Types + Propellor.Types.Bootloader Propellor.Types.ConfigurableValue Propellor.Types.Core Propellor.Types.Chroot |
