I've always updated via
What source do I put in /usr/src to build from. I currently have
Whew! That's a lot of confusion. Help
.
freebsd-update fetch install
, but now I'm trying my hand at building kernel from source and I'm not sure what I'm doing... If my system is at:
Code:
freebsd-version -kru
14.0-RELEASE-p5
14.0-RELEASE-p5
14.0-RELEASE-p5
What source do I put in /usr/src to build from. I currently have
git clone --branch releng/14.0 https://git.FreeBSD.org/src.git /usr/src
, but isn't that 14.0 without the p's? If I do make buildworld buildkernel
and make installworld installkernel
is that gonna hose things? I mean, I figure it will boot and run things, but will I be mixing paradigms and causing an inability to upgrade using freebsd-update? Also, what about modules, are they included in the build process or do I need to do something else. Another question I have is - if I do bectl create
before doing the installworld/kernel will that protect me sufficiently or will I need to back up anything else should I want to get back to where I start.Whew! That's a lot of confusion. Help
