aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-10-25 02:22:25 +0000
committerWarner Losh <imp@FreeBSD.org>2024-10-25 02:26:25 +0000
commit23dee252daf2ff60e521c9c019e64134b63ce90f (patch)
tree8bd7bc38fe6b9b26790ea09bb49509fbf7bfd65d /share
parentfaa9356f97d23655b801f77201692e6de9ae7caa (diff)
downloadsrc-23dee252daf2ff60e521c9c019e64134b63ce90f.tar.gz
src-23dee252daf2ff60e521c9c019e64134b63ce90f.zip
loader: Change this BIOS tradeoff: Add back zip and use text only
After talking with a number of people about the removal of some things to make the loader fit, readjust things a little. Add back GZIP and BZIP2 compression support. Many of the downstream MFC packaging systems depend on this. This adds back 20k to the size of the loader. Make the boot loader text-only by default. This saves 40k in size. Net, we're 20k smaller. The graphics loader for BIOS is less useful than the zip functionality: You can still boot w/a text only one it and you can build a custom one if you really want it. It's also the default we use for dual console. This should be merged back into stable/14 and stable/13 so it's in the next release for each of these. That way we have only one release (13.4) with the other defaults. MFC After: 3 days Sponsored by: Netflix Reviewed by: olce, rgrimes, emaste Differential Revision: https://reviews.freebsd.org/D47203
Diffstat (limited to 'share')
-rw-r--r--share/mk/src.opts.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 95801cdeecc5..f8877153f17f 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -127,6 +127,7 @@ __DEFAULT_YES_OPTIONS = \
LLVM_ASSERTIONS \
LLVM_COV \
LLVM_CXXFILT \
+ LOADER_BIOS_TEXTONLY \
LOADER_GELI \
LOADER_KBOOT \
LOADER_LUA \
@@ -206,7 +207,6 @@ __DEFAULT_NO_OPTIONS = \
DTRACE_TESTS \
EXPERIMENTAL \
HESIOD \
- LOADER_BIOS_TEXTONLY \
LOADER_VERBOSE \
LOADER_VERIEXEC_PASS_MANIFEST \
LLVM_BINUTILS \