git: 6a0ab05eb5ee - main - tools: fix WITHOUT_LOADER_GELI typo in universe.sh
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Feb 2026 14:14:03 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=6a0ab05eb5eeb701ce71630154f903668d750786
commit 6a0ab05eb5eeb701ce71630154f903668d750786
Author: Quentin Thébault <quentin.thebault@defenso.fr>
AuthorDate: 2026-02-09 12:27:06 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-02-09 14:13:05 +0000
tools: fix WITHOUT_LOADER_GELI typo in universe.sh
Signed-off-by: Quentin Thébault <quentin.thebault@defenso.fr>
Reviewed by: emaste
Sponsored by: Defenso
Pull Request: https://github.com/freebsd/freebsd-src/pull/2011
---
tools/boot/universe.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/boot/universe.sh b/tools/boot/universe.sh
index fc47ac52fed4..4218aa4784c8 100755
--- a/tools/boot/universe.sh
+++ b/tools/boot/universe.sh
@@ -63,7 +63,7 @@ for i in \
i386/i386 \
; do
ta=${i##*/}
- dobuild $ta _.boot.${ta}.no_geli.log "WITHOUT_LOADER_GEIL=yes"
+ dobuild $ta _.boot.${ta}.no_geli.log "WITHOUT_LOADER_GELI=yes"
done
# Default build for a almost all architectures