diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-08-09 23:34:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:57:53 +0700 |
commit | 862c01d447785f492fa48aa04975ef3a06579356 (patch) | |
tree | 1613f8eaebf136877a92dc604a7eda2e2d4c275d /system/fwupd/README | |
parent | d99f90700c65fdee52d54c0ea97e70ff0e00c47d (diff) |
system/fwupd: Added (update firmware).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/fwupd/README')
-rw-r--r-- | system/fwupd/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/fwupd/README b/system/fwupd/README new file mode 100644 index 0000000000000..90a2344a82b97 --- /dev/null +++ b/system/fwupd/README @@ -0,0 +1,10 @@ +fwupd - A simple daemon to allow session software to update firmware + +This project aims to make updating firmware on Linux automatic, safe and +reliable. + +Options: + ENABLE_COLORHUG: true|false - requires colord + ENABLE_DELL: true|false - requires fwupdate (and transitively libsmbios) + ENABLE_UEFI: true|false - requires fwupdate + ENABLE_UEFI_LABELS: true|false - requires pygobject3-python3 python3-pillow py3cairo |