Earlier quoted context omitted.
https://www.freebsd.org/releases/13.1R/relnotes/ "Binary upgrades between RELEASE versions (and snapshots of the various security branches) are supported using the freebsd-update(8) utility. The binary upgrade procedure will update unmodified userland utilities, as well as unmodified GENERIC kernels distributed as a part of an official FreeBSD release. The freebsd-update(8) utility requires that the host being upgrad…
So you have to read the manpage of freebsd-update, understand it, and then find the version name in another document... After a while I think that this is it : sudo freebsd-update upgrade -r 13.1-RELEASE sudo freebsd-update install It would be nice if these two lines appeared in the release notes.
FreeBSD 13.1 Beta 1
11–20 of 54 posts
Re: FreeBSD 13.1 Beta 1
#12What are the explicit instructions for upgrading to it from the previous release? Is there an equivalent to OpenBSD's "sysupgrade -r" ?
Re: FreeBSD 13.1 Beta 1
#13Earlier quoted context omitted.
https://www.freebsd.org/releases/13.1R/relnotes/ "Binary upgrades between RELEASE versions (and snapshots of the various security branches) are supported using the freebsd-update(8) utility. The binary upgrade procedure will update unmodified userland utilities, as well as unmodified GENERIC kernels distributed as a part of an official FreeBSD release. The freebsd-update(8) utility requires that the host being upgrad…
So you have to read the manpage of freebsd-update, understand it, and then find the version name in another document... After a while I think that this is it : sudo freebsd-update upgrade -r 13.1-RELEASE sudo freebsd-update install It would be nice if these two lines appeared in the release notes.
Second RTFM!
https://docs.freebsd.org/en/books/handbook/cutting-edge/#upd...
Re: FreeBSD 13.1 Beta 1
#14It's not Linux, it's Unix ...
Re: FreeBSD 13.1 Beta 1
#15Re: FreeBSD 13.1 Beta 1
#16Any updates on the FreeBSD native in-kernel wireguard implementation?
Re: FreeBSD 13.1 Beta 1
#17I see that NanoBSD exist but ~~(a) it looks abandoned and~~ (b) its target use case is routers, not general servers, because it creates an immutable base.
https://docs.freebsd.org/en/articles/nanobsd/
EDIT: I stand corrected. It is maintained. Thanks for info.
Re: FreeBSD 13.1 Beta 1
#18Re: FreeBSD 13.1 Beta 1
#19Earlier quoted context omitted.
https://www.freebsd.org/releases/13.1R/relnotes/ "Binary upgrades between RELEASE versions (and snapshots of the various security branches) are supported using the freebsd-update(8) utility. The binary upgrade procedure will update unmodified userland utilities, as well as unmodified GENERIC kernels distributed as a part of an official FreeBSD release. The freebsd-update(8) utility requires that the host being upgrad…
So you have to read the manpage of freebsd-update, understand it, and then find the version name in another document... After a while I think that this is it : sudo freebsd-update upgrade -r 13.1-RELEASE sudo freebsd-update install It would be nice if these two lines appeared in the release notes.
Re: FreeBSD 13.1 Beta 1
#20Does FreeBSD have the equivalent of “-slim” in Ubuntu/Debian speak. I see that NanoBSD exist but ~~(a) it looks abandoned and~~ (b) its target use case is routers, not general servers, because it creates an immutable base. https://docs.freebsd.org/en/articles/nanobsd/ EDIT: I stand corrected. It is maintained. Thanks for info.
https://github.com/freebsd/freebsd-src/tree/main/tools/tools...