Hi guys!
I try to find out which FreeBSD version is currently on my "FreeBSD install" USB flash drive, which I dd the installation images to.
/var/run/os-version does not exist (of course.)
/usr/freebsd-dist/MANIFEST only reveals keys for each txz, which could be used to find the according version, but before I start to sherlock there have to be a file where it's simply written into it but maybe I'm simply too stupid/blind to find it.
Best I found was /bin/freebsd-version which tells me
Okay, assuming in an unmodified installation image kernel version = userland version my question is answered.
But somehow I feel not fully satisfied.
Did I miss the file I'm looking for, just a simple version.txt somewhere containing
Thanks.
I try to find out which FreeBSD version is currently on my "FreeBSD install" USB flash drive, which I dd the installation images to.
/var/run/os-version does not exist (of course.)
/usr/freebsd-dist/MANIFEST only reveals keys for each txz, which could be used to find the according version, but before I start to sherlock there have to be a file where it's simply written into it but maybe I'm simply too stupid/blind to find it.
Best I found was /bin/freebsd-version which tells me
USERLAND_VERSION="14.2-RELEASE"
Okay, assuming in an unmodified installation image kernel version = userland version my question is answered.
But somehow I feel not fully satisfied.
Did I miss the file I'm looking for, just a simple version.txt somewhere containing
This is FreeBSD 14.2-RELEASE
, does such exist at all?Thanks.