Date: Fri, 22 Sep 2023 09:40:37 +0100 From: Matthew Seaman <matthew@FreeBSD.org> To: questions@freebsd.org Subject: Re: Upgrading from old version (13.0-RELEASE-p4) Message-ID: <d4d31762-fdab-4109-b78a-b85c0da21cf9@FreeBSD.org> In-Reply-To: <CAAdA2WMD2kqXRjLwc3zOMEQ07Fcmsxp5e4RQdO4q7S%2BvOmQUPA@mail.gmail.com> References: <73cf476a-d113-f724-8a35-bc6ee6fc88be@Julf.com> <CA%2BnjGkutWREK8MgSmOS%2Bj=4QMmU9jQHrEZgzVr1cMOueN6CkAg@mail.gmail.com> <CAAdA2WMD2kqXRjLwc3zOMEQ07Fcmsxp5e4RQdO4q7S%2BvOmQUPA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 22/09/2023 08:37, Odhiambo Washington wrote: >> 1) remove all files under /usr/src (including .git etc) >> 2) git clone --branch releng/13.2https://git.FreeBSD.org/src.git >> /usr/src (as described in handbook) >> 3) cd /usr/src >> 4) make -j xx buildworld >> 5) make -j xx buildkernel >> 6) install them & reboot >> >> For future upgrades, I suggest: >> cd /usr/src >> git pull >> followed by steps 4, 5, and so on... >> >> My best wishes >> > This procedure will change the version from RELEASE to STABLE. I don't > think that is what the OP wants. No -- this will result in a 13.2-RELEASE-pN system as the OP wanted. You're confusing the stable/13 branch with the releng/13.2 branch. Cheers, Matthew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d4d31762-fdab-4109-b78a-b85c0da21cf9>