propellor-5.9.1: property-based host configuration management in haskell

Safe HaskellNone
LanguageHaskell98

Propellor.Property.Installer

Description

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/

Documentation