DragonFly users List (threaded) for 2008-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: setting up vkernel
On Sat, Oct 18, 2008 at 3:50 PM, dark0s Optik <shiftcoder@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]