Live media creator for GhostBSD distribution
The purpose of this tool is quickly generate live images for GhostBSD.
- Build GhostBSD from packages
- Mate, XFCE, Cinnamon and KDE desktop environments
- Hybrid DVD/USB image
- Compatible with VirtualBox, VMware, NVIDIA graphics out of box
- SCFB support with automatic best resolution for UEFI enabled systems with Intel/AMD graphics
- Latest version of GhostBSD
- 20GB of free disk space
- 4GB of free memory
Note: GhostBSD 19.09 and later should be used to build ISO.
Install the required packages:
pkg install git transmission-cli rsync
Make sure to have linux64 kernel module loaded
kldload linux64
sysrc -f /etc/rc.conf kld_list="linux64"
Clone the repo:
git clone https://www.github.com/ghostbsd/ghostbsd-build.git
cd ghostbsd-build
./build.sh
or
./build.sh -d mate
./build.sh -d xfce
./build.sh -d cinnamon
./build.sh -d kde
./build.sh -r release
or
./build.sh -d mate -r release
./build.sh
or
./build.sh -d mate -r devel
cdrecord /usr/local/ghostbsd-build/iso/GhostBSD19.10.iso
dd if=/usr/local/ghostbsd-build/iso/GhostBSD19.10.iso of=/dev/da0 bs=4m