I have two servers, call them MAXI and MINI.
I used MAXI to compile a custom base.txz of 13.1-RELEASE, which I installed on MINI. I chose this procedure because MINI (and old laptop) is not fit to compile FreeBSD itself, but I wanted it to run my custom build.
Now I'm wondering how to upgrade MINI to 13.2-RELEASE without a clean reinstall. Could I build a custom base.txz of 13.2-RELEASE on MAXI, transfer it to MINI and somehow use it to upgrade the running system?
Alternatively, I seem to remember that there's another, harder way to do it: by running my own freebsd-update server to serve my custom build (instead of the stock build). I would then use the
I used MAXI to compile a custom base.txz of 13.1-RELEASE, which I installed on MINI. I chose this procedure because MINI (and old laptop) is not fit to compile FreeBSD itself, but I wanted it to run my custom build.
Now I'm wondering how to upgrade MINI to 13.2-RELEASE without a clean reinstall. Could I build a custom base.txz of 13.2-RELEASE on MAXI, transfer it to MINI and somehow use it to upgrade the running system?
Alternatively, I seem to remember that there's another, harder way to do it: by running my own freebsd-update server to serve my custom build (instead of the stock build). I would then use the
freebsd-update script on MINI to connect to it and upgrade from my custom 13.1 to my custom 13.2. Are there instructions out there on how to achieve that?