This new release is to fix a bug found in the installer related to the hostname not behind set up properly on the new system installation. I am sorry if some of you had a problem cause I the missing hostname.
Issue completed
- hostname missing in /etc/rc.conf after installation
gbi#54 opened by ericbsd
Here how to manually fix the issue without reinstalling:
Open a terminal and run the following command
sh
sudo sysrc hostname=`cat /etc/hosts | grep 127.0.0.1 | awk '{print$4}'`
sudo hostname `cat /etc/hosts | grep 127.0.0.1 | awk '{print$4}'`
Where to download:
All images checksum, hybrid ISO(DVD, USB) and torrent are available here:
https://www.ghostbsd.org/download
For writing an iso to a USB stick:
On BSD
dd if=GhostBSD-21.01.20.iso of=/dev/da0 bs=4m
On Linux
dd if=GhostBSD-21.01.20.iso of=/dev/sdc bs=4M
On Mac
dd if=GhostBSD-21.01.20.iso of=/dev/disk2 bs=1024
Recommended system requirements for the new iso
- 64-bit processor
- 4GB+ of RAM
- 15 GB of free hard drive space
- Network card
Add new comment