Skip to content

Commit 410d190

Browse files
committed
Add back gzip to BIOS /boot/loader
Gzip is needed for the GhostBSD image legacy boot. (cherry picked from commit dc3fdde)
1 parent 2ad54ad commit 410d190

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed

.idea/workspace.xml

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stand/i386/loader/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ LOADER_CD9660_SUPPORT?= yes
88
LOADER_EXT2FS_SUPPORT?= yes
99
LOADER_MSDOS_SUPPORT?= yes
1010
LOADER_UFS_SUPPORT?= yes
11+
# Don't set gzip support to no.
1112
LOADER_GZIP_SUPPORT?= yes
1213
LOADER_BZIP2_SUPPORT?= yes
1314

0 commit comments

Comments
 (0)