Solved New jails still in 12.1 but host was upgraded to 13.0-RELEASE-p2

Hi, I successfully upgraded the host to 13.0-RELEASE p2, now when I try to create new jails using bsdinstall jail /path/to/jail the jail is created with 12.1, how can I upgrade the bsdinstall packages too?
 
I believe you could just remove or rename /usr/freebsd-dist and then

setenv DISTRIBUTIONS "kernel.txz base.txz MANIFEST" ; setenv BSDINSTALL_DISTSITE "ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/13.0-RELEASE" ; bsdinstall distfetch
 
Back
Top