diff options
| author | Quentin Thébault <quentin.thebault@defenso.fr> | 2026-02-09 12:27:06 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-02-09 14:13:05 +0000 |
| commit | 6a0ab05eb5eeb701ce71630154f903668d750786 (patch) | |
| tree | 08a864f0c2ce500d6da439859f9ac11794136003 | |
| parent | b6824fe48e4197877f472268859ffe80d7fd946b (diff) | |
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
| -rwxr-xr-x | tools/boot/universe.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
