``CONSFIGURATOR.PROPERTY.CHROOT``
=================================
API reference
-------------

General
~~~~~~~

Property: ``CHROOT:DEPLOYS``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

``(chroot:deploys root host &optional additional-properties)``

Like DEPLOYS with first argument ```((:chroot :into ,root))``, but disable
starting services in the chroot, and set up access to parent hostattrs.

Property: ``CHROOT:DEPLOYS-THESE``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

``(chroot:deploys-these root host properties)``

Like DEPLOYS-THESE with first argument ```((:chroot :into ,root))``, but
disable starting services in the chroot, and set up access to parent
hostattrs.

Property: ``CHROOT:OS-BOOTSTRAPPED-FOR``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

``(chroot:os-bootstrapped-for options root host &optional additional-properties)``

Bootstrap an OS for HOST into ROOT and apply the properties of HOST.
OPTIONS is a plist of values to pass to the OS-specific bootstrapping property.

Property: ``CHROOT:OS-BOOTSTRAPPED``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

``(chroot:os-bootstrapped options root properties)``

Bootstrap an OS into ROOT and apply PROPERTIES.
OPTIONS is a plist of values to pass to the OS-specific bootstrapping property.
