aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2026-07-11 14:46:24 +0000
committerWarner Losh <imp@FreeBSD.org>2026-07-11 19:28:47 +0000
commit7db502d50c1e492f626fefc7d3925b85e05ae743 (patch)
tree1d3831cd2fbd9784757c8f4f661ca55ed06695a6 /stand
parentc61ee49cd06a610193493f033f04d38cf61f11e2 (diff)
Diffstat (limited to 'stand')
-rw-r--r--stand/efi/loader/Makefile3
-rw-r--r--stand/i386/loader/Makefile5
2 files changed, 6 insertions, 2 deletions
diff --git a/stand/efi/loader/Makefile b/stand/efi/loader/Makefile
index b29f0b8f8259..d423062dc132 100644
--- a/stand/efi/loader/Makefile
+++ b/stand/efi/loader/Makefile
@@ -3,6 +3,9 @@ LOADER_MSDOS_SUPPORT?= yes
LOADER_UFS_SUPPORT?= yes
LOADER_CD9660_SUPPORT?= no
LOADER_EXT2FS_SUPPORT?= no
+LOADER_GZ_SUPPORT?= yes
+LOADER_BZIP2_SUPPORT?= yes
+LOADER_XZ_SUPPORT?= yes
.include <bsd.init.mk>
diff --git a/stand/i386/loader/Makefile b/stand/i386/loader/Makefile
index fde389b9940e..8b9163aa69c2 100644
--- a/stand/i386/loader/Makefile
+++ b/stand/i386/loader/Makefile
@@ -9,6 +9,7 @@ LOADER_MSDOS_SUPPORT?= no
LOADER_UFS_SUPPORT?= yes
LOADER_GZIP_SUPPORT?= yes
LOADER_BZIP2_SUPPORT?= yes
+LOADER_XZ_SUPPORT?= yes
.include <bsd.init.mk>
@@ -32,12 +33,12 @@ VERSION_FILE?= ${.CURDIR}/../loader/version
#
# will tell you how many kiB of lomem are available.
#
-# We further reduce this to 500k, though, to give PXE an additional 64k of space
+# We further reduce this to 505k, though, to give PXE an additional 64k of space
# so pxeloader will fit. If you have special needs that do not include pxeboot,
# you can safely set this as high as 560000 generally, or a bit higher if you
# have tight control over the machines you are booting on.
#
-LOADERSIZE?= 500000 # Largest known safe size for loader.bin
+LOADERSIZE?= 505000 # Largest known safe size for loader.bin
.PATH: ${BOOTSRC}/i386/loader