Maintainer | Sean Whitton <spwhitton@spwhitton.name> |
---|---|
Safe Haskell | None |
Language | Haskell98 |
Propellor.Property.Schroot
Description
- data UseOverlays = UseOverlays
- useOverlays :: Property (HasInfo + UnixLike)
- usesOverlays :: Propellor Bool
- overlaysInTmpfs :: Property (HasInfo + DebianLike)
- installed :: Property DebianLike
Documentation
data UseOverlays Source
Constructors
UseOverlays |
Instances
Eq UseOverlays Source | |
Show UseOverlays Source |
useOverlays :: Property (HasInfo + UnixLike) Source
Indicate that a schroots on a host should use union-type=overlay
Setting this property does not actually ensure that the line
union-type=overlay
is present in any schroot config files. See
built
for example usage.
usesOverlays :: Propellor Bool Source
Gets whether a host uses overlays.
overlaysInTmpfs :: Property (HasInfo + DebianLike) Source
Configure schroot such that all schroots with union-type=overlay
in their
configuration will run their overlays in a tmpfs.
Implicitly sets useOverlays
info property.
Shell script from https://wiki.debian.org/sbuild.