git: fc726c4ec463 - main - packages: Add efi-tools to set-minimal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Sep 2025 02:00:34 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=fc726c4ec4636d44e9c964092dba6df07cac8b20
commit fc726c4ec4636d44e9c964092dba6df07cac8b20
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-09-28 01:46:42 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-09-28 02:00:15 +0000
packages: Add efi-tools to set-minimal
This is required to manage the firmware on amd64 and aarch64 systems.
MFC after: 3 days
Reviewed by: imp, emaste
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D52742
---
release/packages/ucl/efi-tools-all.ucl | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/release/packages/ucl/efi-tools-all.ucl b/release/packages/ucl/efi-tools-all.ucl
index 52c966d7cda1..d6dc71dc616c 100644
--- a/release/packages/ucl/efi-tools-all.ucl
+++ b/release/packages/ucl/efi-tools-all.ucl
@@ -35,3 +35,7 @@ the UEFI firmware from a running system:
* efitable(8) can dump UEFI tables.
EOD
+
+annotations {
+ set = minimal
+}