Alastair Hogge <a...@riseup.net> writes: > After the build processes complete [...] > > $ doas su - > # cd /usr/src > # etcupdate -p > # env MAKEOBJDIRPREFIX=/tmp/fafnir make installkernel > # env MAKEOBJDIRPREFIX=/tmp/fafnir make installworld > # etcupdate > > Here etcupdate exits with, "Failed to build new tree."
Since you just completed buildworld, you should be using `etcupdate -B` here. It will save you time and should work around the read-only issue. (I really wish -B were the default, and we had -b instead for the less-common opposite case.) DES -- Dag-Erling Smørgrav - d...@freebsd.org