diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-06-01 13:05:41 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-06-01 13:05:41 -0400 |
| commit | 3ad941a960713a0d0ab13933c53408c220b2a6a8 (patch) | |
| tree | bec98b29fead8990a10ec938bc437a159421e437 /src/Propellor/Property/Qemu.hs | |
| parent | b89fa5c485abe692bf51ad487f077294a7141fd8 (diff) | |
note about fix
Diffstat (limited to 'src/Propellor/Property/Qemu.hs')
| -rw-r--r-- | src/Propellor/Property/Qemu.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Propellor/Property/Qemu.hs b/src/Propellor/Property/Qemu.hs index f204a0e1..a6e7e849 100644 --- a/src/Propellor/Property/Qemu.hs +++ b/src/Propellor/Property/Qemu.hs @@ -5,6 +5,11 @@ import qualified Propellor.Property.Apt as Apt -- | Installs qemu user mode emulation binaries, built statically, -- which allow foreign binaries to run directly. +-- +-- Note that this is not necessary after qemu 2.12~rc3+dfsg-1. +-- See http://bugs.debian.org/868030 +-- It's currently always done to support older versions, but +-- could be skipped with the newer version. foreignBinariesEmulated :: RevertableProperty Linux Linux foreignBinariesEmulated = (setup <!> cleanup) `describe` "foreign binary emulation" |
