Live media creator for NeoBSD distribution
The purpose of this tool is quickly generate live images for NeoBSD.
- Build NeoBSD from packages
- Mate desktop environment
- Xfce desktop environment
- Gnome deskop environment
- 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 NeoBSD
- 20GB of free disk space
- 4GB of free memory
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/neobsd/neobsd-build.git
cd neobsd-build
./build.sh -d mate -b unstable
or
./build.sh -d mate -b release
./build.sh -d xfce -b unstable
cdrecord /usr/local/neobsd-build/iso/NeoBSD.iso
dd if=/usr/local/neobsd-build/iso/NeoBSD.iso of=/dev/da0 bs=4m