aboutsummaryrefslogtreecommitdiff
path: root/system/fwupdate/README
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2021-06-13 10:17:42 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-06-17 00:33:28 +0700
commitd9d87e5155e2054e305cf22e254bc6e5ceeb7c9d (patch)
tree762517398601083a45b2ba4716a6f79c4218a899 /system/fwupdate/README
parent7a3ae6effe86822b4432d73031a12b8b612163b0 (diff)
system/fwupdate: Removed (part of fwupd).
No other package has a dependency on this package either. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fwupdate/README')
-rw-r--r--system/fwupdate/README16
1 files changed, 0 insertions, 16 deletions
diff --git a/system/fwupdate/README b/system/fwupdate/README
deleted file mode 100644
index a3515433fb..0000000000
--- a/system/fwupdate/README
+++ /dev/null
@@ -1,16 +0,0 @@
-fwupdate - Tools for using the ESRT and UpdateCapsule() to apply firmware
-updates
-
-The actual binary (fwup*.efi) is not automatically installed to your ESP.
-Copying it from /usr/libexec/fwupdate/ is left to be handled by the package
-admin.
-
-If you do not use the standard directory (/boot/efi/EFI/Slackware), you'll
-also need to adjust /usr/libexec/fwupdate/cleanup to cleanup the correct
-directory.
-
-I have not actually used this efi binary for anything yet. This package
-provides the libs needed by fwupd to update firmware, which is what I am
-using it for.
-
-The efi binary is included however for completeness.