diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-16 17:57:17 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-16 17:57:17 -0400 |
| commit | 0266b2f8dac005de2f1c32b41e318e1465967db7 (patch) | |
| tree | bfd091a78cc9e882e7406cb8332c9c81d35f28ea /src/Propellor/Property/Machine.hs | |
| parent | cff178de9c0d229574ab884fcca08a41f434e119 (diff) | |
policy on non-free firmware
Diffstat (limited to 'src/Propellor/Property/Machine.hs')
| -rw-r--r-- | src/Propellor/Property/Machine.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Propellor/Property/Machine.hs b/src/Propellor/Property/Machine.hs index 5f5024df..b6785bdb 100644 --- a/src/Propellor/Property/Machine.hs +++ b/src/Propellor/Property/Machine.hs @@ -4,6 +4,11 @@ -- to use them. Rather than needing to hunt down documentation about the -- kernel, bootloader, etc needed by a given machine, if there's a property -- in here for your machine, you can simply use it. +-- +-- Sometime non-free firmware is needed to use a board. If the board won't +-- be functional at all without it, its property will include the non-free +-- firmware, but if the non-free firmware is only needed for non-critical +-- functionality, it won't be included. module Propellor.Property.Machine ( -- * ARM boards |
