fo...@pisem.net wrote:
When I make my kernel (make kernel KERNCONF=KERNEL) it stop whith **** Error 
code 1

According to Chapter 8.5 of the handbook (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html):

   1.
      Change to the /usr/src directory:
      # cd /usr/src

   2.
      Compile the kernel:
      # make buildkernel KERNCONF=MYKERNEL

   3.
      Install the new kernel:
      # make installkernel KERNCONF=MYKERNEL


You need to use `make buildkernel`, not `make kernel`
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to