Skip to content

Commit 5b377a3

Browse files
authored
Merge pull request #342 from ghostbsd/ericbsd-patch-1
Add back gzip to BIOS /boot/loader
2 parents ec012e2 + 8d9495b commit 5b377a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

stand/i386/loader/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ LOADER_CD9660_SUPPORT?= yes
77
LOADER_EXT2FS_SUPPORT?= no
88
LOADER_MSDOS_SUPPORT?= no
99
LOADER_UFS_SUPPORT?= yes
10-
LOADER_GZIP_SUPPORT?= no
10+
# Don't set gzip support to no.
11+
LOADER_GZIP_SUPPORT?= yes
1112
LOADER_BZIP2_SUPPORT?= no
1213

1314
.include <bsd.init.mk>

sys/conf/package-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.07.2
1+
24.07.3

0 commit comments

Comments
 (0)