I am pleased to announce the release of GhostBSD 24.07.3!
This release fixes issues found in 24.07.1 and 24.07.2, bringing important enhancements, bug fixes, and new features. Key improvements include setting vital system and software packages, adding support to mark packages as vital, and including hgame
in kld_list
.
Notably, we resolved the legacy boot issue where the live session wouldn't start due to missing gzip
in the BIOS /boot/loader. We’ve also ensured /etc/X11
is properly created during setup.
Thank you to everyone who reported these issues and helped us improve GhostBSD!
GhostBSD 24.07.3 Changelog
Enhancement, Improvements, and New Features
- ghostbsd/issues#169 Set our system and software packages has vital packages,
- ghostbsd/ghostbsd-build#198 Add hgame to kld_list
- ghostbsd/ghostbsd-build#204 Adding support to mark packages as vital packages
Bug Fixes
- ghostbsd/issues#172 live session doesn't start
- ghostbsd/ghostbsd-src#342 Add back gzip to BIOS /boot/loader
- 1d5fbe1 Adding mkdir -p /etc/X11 since it is not part of the default file system
Security Fixes
- ghostbsd/ghostbsd-src#336 build(deps): bump urllib3 from 2.1.0 to 2.2.2 in /contrib/libcbor/doc/source
- ghostbsd/ghostbsd-src#337 build(deps): bump tornado from 6.3.3 to 6.4.1 in /contrib/libcbor/doc/source
Known issues
You can find all known issues here: https://github.com/orgs/ghostbsd/projects/4/views/21
Where to download:
All images, checksums, hybrid ISO(DVD, USB), and torrents are available here:
https://www.ghostbsd.org/download
Writing the ISO to a USB stick
On BSD
dd if=Downloads/GhostBSD-24.07.3.iso of=/dev/da0 bs=4m conv=sync
On Linux
dd if=Downloads/GhostBSD-24.07.3.iso of=/dev/sdc bs=4M conv=sync
On Mac
dd if=Downloads/GhostBSD-24.07.3.iso of=/dev/disk2 bs=10240 conv=sync
On Windows, using http://www.chrysocome.net/dd
./dd.exe if=Downloads/GhostBSD-24.07.3.iso of=USB Drive bs=84
- Log in to post comments