On Tue 13 Mar 2007 17:03, [EMAIL PROTECTED] wrote:
> Pieter de Goeje wrote:
> >
> >Look here:
> >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
> >or the dutch version:
> >http://www.freebsd.org/doc/nl_NL.ISO8859-1/books/handbook/kernelconfig.html
> >
> >Basically it comes down to this:
> ># cd /usr/src/sys/i386/conf
> ># cp GENERIC MYKERNEL
> >edit MYKERNEL, delete 'device agp'
> >or you could: grep -v agp GENERIC > MYKERNEL
> ># cd /usr/src
> ># make kernel KERNCONF=MYKERNEL
> ># reboot
> >
> >Regards,
> >Pieter de Goeje
> >
> >  
> Thank you for your extensive answer. I tried both your method and the method 
> described in the handbook*. I still get the same error message 
> though**. I have attached MYKERNEL, maybe you can take a look at it to see if 
> somethings wrong?


Next time you build a kernel, you should change indent GENERIC to indent 
MYKERNEL
This will avoid any confusion about which kernel you are using.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to