propellor-5.15: property-based host configuration management in haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Propellor.Property.Qemu

Synopsis

Documentation

foreignBinariesEmulated :: RevertableProperty Linux Linux Source #

Installs qemu user mode emulation binaries, built statically, which allow foreign binaries to run directly.

supportsArch :: System -> Architecture -> Bool Source #

Check if the given System supports an Architecture.

For example, on Debian, X86_64 supports X86_32, and vice-versa.