Closed nigelm closed 3 years ago
My FreeNAS box with current updates reports its version by freebsd-version as 12.2-RC3
freebsd-version
12.2-RC3
This means that the line:-
RELEASE=$(freebsd-version | sed "s/STABLE/RELEASE/g" | sed "s/-p[0-9]*//")
sets RELEASE to 12.2-RC3 - and there appears to be no iocage jail to match that.
Maybe RELEASE should sanitize a bit more or at least allow an environment variable or switch override.
My FreeNAS box with current updates reports its version by
freebsd-version
as12.2-RC3
This means that the line:-
sets RELEASE to
12.2-RC3
- and there appears to be no iocage jail to match that.Maybe RELEASE should sanitize a bit more or at least allow an environment variable or switch override.