summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Installer.hs
diff options
context:
space:
mode:
authorJoey Hess2017-12-30 13:25:06 -0400
committerJoey Hess2017-12-30 13:25:06 -0400
commit26821b8a3467d665fd670550356e14386aaa83c4 (patch)
tree03eadb93d12c6194e988650bdfad9bf7346c942a /src/Propellor/Property/Installer.hs
parent5ff410e1e8ed9c62f9f27dc1fcc416234f14a2d5 (diff)
parentb9f9692a7d847c8d71f42754b0a9775416ab4cf3 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Installer.hs')
-rw-r--r--src/Propellor/Property/Installer.hs17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/Propellor/Property/Installer.hs b/src/Propellor/Property/Installer.hs
new file mode 100644
index 00000000..c3558363
--- /dev/null
+++ b/src/Propellor/Property/Installer.hs
@@ -0,0 +1,17 @@
+-- | Installer disk image generation
+--
+-- These modules contain properties that can be used to create a disk
+-- image, suitable for booting from removable media, that can perform an
+-- interactive or non-interactive installation of a Host's internal disk.
+--
+-- The disk image is created using propellor. When booted, it runs
+-- propellor to install to the desired disk.
+--
+-- There is no user interface included here. For an example of using
+-- this to build a full, interactive installer, see
+-- <https://git.joeyh.name/index.cgi/secret-project.git/>
+
+module Propellor.Property.Installer (module X) where
+
+import Propellor.Property.Installer.Types as X
+import Propellor.Property.Installer.Target as X