HEADS UP: FreeBSD src repo transitioning to git this weekend
Christos Chatzaras
chris at cretaforce.gr
Thu Dec 31 10:51:02 UTC 2020
> No need to. etcupdate should merge back local changes and shout if it
> can't.
>
So I run these commands?
rm -fr /usr/src
gitup release
cd /usr/src
make buildworld
make buildkernel
make installkernel
etcupdate -p
make installworld
etcupdate
Or I don't need "etcupdate -p" ? In https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html <https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html> I don't see that "mergemaster -p" is needed and I don't remember where I found this command but I use it for a long time.
More information about the freebsd-stable
mailing list