diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-12-30 13:24:32 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-12-30 13:24:32 -0400 |
| commit | b9f9692a7d847c8d71f42754b0a9775416ab4cf3 (patch) | |
| tree | c0cf16bae65866c700f5796579af2c3a8508745e /propellor.cabal | |
| parent | a87a740930be75b50e7ea23d58aa2e657880da66 (diff) | |
installer
Added Propellor.Property.Installer modules, which can be used to create
bootable installer disk images, which then run propellor to install a
system.
This code was extracted from the demo I gave at my talk at DebConf 2017,
from the secret-project repository. That repository was AGPL licensed.
I hereby relicense the code committed here under the same 2-clause BSD
license as the rest of propellor.
Changes from secret-project: Generalized UserInput to a type class,
and added a lot more documentation and examples.
This commit was sponsored by Brock Spratlen on Patreon.
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/propellor.cabal b/propellor.cabal index 9837146a..a76d63f0 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -121,6 +121,9 @@ Library Propellor.Property.Gpg Propellor.Property.Group Propellor.Property.Grub + Propellor.Property.Installer + Propellor.Property.Installer.Types + Propellor.Property.Installer.Target Propellor.Property.Journald Propellor.Property.Kerberos Propellor.Property.LetsEncrypt |
