Date: Mon, 09 Feb 2026 14:14:03 +0000 From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Cc: Quent=?utf-8?Q?in Th=C3=A9?=bault <quentin.thebault@defenso.fr> Subject: git: 6a0ab05eb5ee - main - tools: fix WITHOUT_LOADER_GELI typo in universe.sh Message-ID: <6989ebab.3fb12.70ca9381@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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 architectureshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6989ebab.3fb12.70ca9381>
