We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec012e2 + 8d9495b commit 5b377a3Copy full SHA for 5b377a3
stand/i386/loader/Makefile
@@ -7,7 +7,8 @@ LOADER_CD9660_SUPPORT?= yes
7
LOADER_EXT2FS_SUPPORT?= no
8
LOADER_MSDOS_SUPPORT?= no
9
LOADER_UFS_SUPPORT?= yes
10
-LOADER_GZIP_SUPPORT?= no
+# Don't set gzip support to no.
11
+LOADER_GZIP_SUPPORT?= yes
12
LOADER_BZIP2_SUPPORT?= no
13
14
.include <bsd.init.mk>
sys/conf/package-version
@@ -1 +1 @@
1
-24.07.2
+24.07.3
0 commit comments