setting up vkernel
Nuno Antunes
nuno.antunes at gmail.com
Sat Oct 18 07:57:27 PDT 2008
On Sat, Oct 18, 2008 at 3:50 PM, dark0s Optik <shiftcoder at gmail.com> 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
More information about the Users
mailing list