summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Installer.hs
blob: f03391f5536ec0e7896d263d4ef626c7005ecfde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-- | 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 Propellor.Property.Installer.Types,
	module Propellor.Property.Installer.Target
) where

import Propellor.Property.Installer.Types
import Propellor.Property.Installer.Target