Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2024 06:30:36 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 078a31136c8c - main - boot/universe.sh: Add tests to keep MK_LOADER_BIOS_TEXTONLY working
Message-ID:  <202402180630.41I6UaHm023980@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=078a31136c8ce89c23c0fae0b24f98c0bd4d45e6

commit 078a31136c8ce89c23c0fae0b24f98c0bd4d45e6
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-02-18 06:28:33 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-02-18 06:29:07 +0000

    boot/universe.sh: Add tests to keep MK_LOADER_BIOS_TEXTONLY working
    
    Sponsored by:           Netflix
---
 tools/boot/universe.sh | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/tools/boot/universe.sh b/tools/boot/universe.sh
index b46c36f173e6..3e033ce26ae2 100755
--- a/tools/boot/universe.sh
+++ b/tools/boot/universe.sh
@@ -94,3 +94,12 @@ for i in \
     ta=${i##*/}
     dobuild $ta _.boot.${ta}.no_zfs.log "MK_LOADER_ZFS=no"
 done
+
+# Build w/ LOADER_BIOS_TEXTONLY
+for i in \
+	amd64/amd64 \
+	i386/i386 \
+	; do
+    ta=${i##*/}
+    dobuild $ta _.boot.${ta}.no_zfs.log "MK_LOADER_BIOS_TEXTONLY=yes"
+done



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402180630.41I6UaHm023980>