quick question, when doing a
I have a beefy amd64 machine and a anemic one that both run freebsd. It would be great if I can just build src on the beefy one then
I’m worried though that the build makes certain optimizations depending on the machine it’s built on. is this the case? or is my plan a good one?
alternatively, is there a better way to do this, assuming I want to keep building from source?
make buildworld
and make kernel
is it necessary to do that on the specific machine that will be running that kernel/world?I have a beefy amd64 machine and a anemic one that both run freebsd. It would be great if I can just build src on the beefy one then
zfs send
/usr/obj to the weak one.I’m worried though that the build makes certain optimizations depending on the machine it’s built on. is this the case? or is my plan a good one?
alternatively, is there a better way to do this, assuming I want to keep building from source?