Discover which FreeBSD version from an ISO image

I have an unlabeled usb stick with a FreeBSD ISO on it. How do I tell what version of FreeBSD is present?

The file /etc/os-release is a soft link to/var/run/os-release, which does not exist in the image.
 
Code:
$ sudo strings /media/da0s2a/boot/kernel/kernel | grep FreeBSD
. . .
FreeBSD 13.2-RELEASE releng/13.2-n254617-525ecfdad597 GENERIC
. . .
 
I have an unlabeled usb stick with a FreeBSD ISO on it. How do I tell what version of FreeBSD is present?

The file /etc/os-release is a soft link to/var/run/os-release, which does not exist in the image.
what does gpart /dev/da* tell you? Which ISO is it?
 
Back
Top