On Sat, Oct 18, 2008 at 3:50 PM, dark0s Optik <[EMAIL PROTECTED]> wrote: > Ok, newfs /dev/vn0s0a and mount /dev/vn0s0a /mnt done. > Now, I type: > > #cd /usr/src > #make installworld DESTDIR=/mnt > make: don't know how to make installworld. Stop > #
It looks like you don't have the source code under /usr/src. To put it there do: cd /usr make release-src-cvsup or make head-src-cvsup respectively to install release or head source code under /usr/src. Cheers Nuno
