From b9f9692a7d847c8d71f42754b0a9775416ab4cf3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 30 Dec 2017 13:24:32 -0400 Subject: 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. --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c9d86e1a..329c643d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,10 @@ propellor (5.2.0) UNRELEASED; urgency=medium * Fix bug in unmountBelow that caused unmounting of nested mounts to fail. * Grub.boots, Grub.bootsMounted: Pass --target to grub-install. + * 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. [ Sean Whitton ] * Sbuild: add notes about Debian jessie hosts and backports of sbuild and -- cgit v1.3-2-g0d8e