How to I make the permissions to persist ?

Code: Select all
> cat /etc/fstab
# Device Mountpoint FStype Options Dump Pass
procfs /proc procfs rw 00
linprocfs /compat/linux/proc linprocfs rw 00
tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0
linsysfs /compat/linux/sys linsysfs rw 0 0
fdesc /dev/fd fdescfs rw 0 0
/dev/ada0p1 /home/bsd/spinning ufs rw 0 2
Never done that before. How do I do that ? By downloading the new ISO and reinstalling ?
Code: Select all
~> sudo pkg info os-generic-userland | grep Version
Version : 20.12.25
How to upgrade from a prerelease
Eric Turgeon, [12.03.20 02:07] on Telegram
os pkg upgrade
Code: Select all
> sudo os pkg upgrade
sudo: os: command not found
So if its rolling then why the need to upgrade ?GhostBSD is base on FreeBSD, but we don't have the same release model. GhostBSD has CI/CD approach, so the project has a rolling release approach.
It is not supported anymore.security_lover wrote: ↑Tue May 04, 2021 10:34 am One last question. For how long is 20.12.25 supported (The year & month) ? Or am I running a already unsupported version ?