I bought a Raspberry Pi 2 and downloaded a recent image, now I'm wondering how to update the system.
freebsd-update(8) failed.
/usr/src was empty. So I checked it out from svn(1) and ran
I'm thinking I must be doing something wrong. Is there no faster way to update the installation?
freebsd-update(8) failed.
/usr/src was empty. So I checked it out from svn(1) and ran
make buildworld
which crashed after a day or two. I figured maybe it had run out of space, so I tried to continue from there with make -j2 -DNO_CLEAN=1 buildworld
. That has been running for a good day or so. From looking at the files it was compiling it seemed to me that it really has continued from where we left off, but I'm not at all sure.I'm thinking I must be doing something wrong. Is there no faster way to update the installation?
Last edited by a moderator: