svn diff
and svn log
on a particular path. The other option is to navigate the https://svnweb.freebsd.org/base site and compare different versions using the web interface, that's much more cumbersome than doing it on a terminal though.# svnlite diff -r 303975 /usr/src
svn co https://svn.FreeBSD.org/base/releng/11.0 /usr/src
on a RC1 test box. make buildworld
. From there after updating I plan on trying out the scripts under usr/src/release to make my own memstick image with /usr/src/release/amd64/make-memstick.sh make installkernel
but wblock@'s excellent site lists it as make kernel
. Are these terms interchangable?Everything went well one question. The uname version still shows RC2 but the revision number is r305354 so it looks newer. I am guessing that the branch that will become Release 11 has not been cut yet?
Not exactly.One more thing the handbook uses make installkernel but wblock@'s excellent site lists it as make kernel. Are these terms interchangable?
make kernel
is the same as make buildkernel installkernel
.The current version of the buildworld section of the Handbook is ...historical. There is a lot of stuff mentioned and procedures done that were best practices at some point. Many are no longer necessary.Why does the handbook have mounting root in there?
Many are no longer necessary.
I am working on a rewrite that removes much of the unnecessary cruft.
FreeBSD 9 will be end-of-life at the end of this year. So I expect everything relating to FreeBSD 9 to disappear from the handbook.Just an example - the jail stuff experienced major changes with 10.0, but there still are many 9.x installations. Thus maybe instead of throwing out the 9.x-related stuff, having two sections in the text/chapters, one for current versions, and one for pre-10 versions?
/usr/src/release/release.sh
where you can easily make your own build with iso's and all image versions.This is normal and nothing to worry about. The schedule pretty much always slides a couple of days.The schedule never got adjusted and I believe the release dragged a few days.
The release schedule has been updated, and RC3 build started yesterday.