I always forget how to do this, so I'm documenting it here. The DragonFlyBSD website is quite good and this all comes from www.dragonflybsd.org/docs/newhandbook/Upgrading
Firstly, make sure the Makefile is present:
# cd /usr
# make src-create
and wait while it does it's thing.
Then we need to get the new source to build it:
# cd /usr/src
# git checkout DragonFlyBSD_RELEASE_3_8 (which is the current one)
To find out what the current one is:
# cd /usr/srv
# git pull
# git branch -r
Then the build and upgrade process:
# cd /usr/src
# make buildworld
# make buildkernel
# make installkernel
# make install world
# make upgrade
# reboot
And it should all be done.
Angus Beath's Blog - a jotting down of thoughts, handy to remember things and general BS about the world.
Subscribe to:
Post Comments (Atom)
Adventures with Immich
With the implementation of my Proxmox server it's now time to play with some new applications - and we'll start with Immich, a repla...
-
One of my clients, a non-profit, has a lot of files on it's clients. They need a way to digitally store these files, securely and with a...
-
I was reading an article discussing forensic preparation for computer systems. Some of the stuff in there I knew the general theory of, but ...
-
This is an update of an older post, as the utilities change, so has this concept of a cheap network spike - I use it to troubleshoot network...
No comments:
Post a Comment