Re: Custom Kernel Target Ignored

2012-02-26 Thread Da Rock

On 02/26/12 18:10, Carolyn Longfoot wrote:


When I start
cd /usr/src
make buildkernel KERNELCONF=MYKERNEL

then the process start and gives
--

Kernel build for GENERIC started on Sat Feb 25 10:59:25 EST 2012

--
Even though my config file has
ident MYKERNEL

I checked and there are no rogue versions of MYKERNEL (like a straight copy 
from GENERIC) and it exists in
/usr/src/sys/amd64/conf

I'm probably missing something really simple here, why would 'make' go for 
GENERIC instead of my custom config?
This is 9.0 RELEASE.

Try `make KERNCONF=MYKERNEL buildkernel`
___
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


Re: Custom Kernel Target Ignored

2012-02-26 Thread Erich Dollansky
Hi,

On Sunday 26 February 2012 15:10:16 Carolyn Longfoot wrote:
 
 When I start
 cd /usr/src
 make buildkernel KERNELCONF=MYKERNEL
 
 then the process start and gives
 --
  Kernel build for GENERIC started on Sat Feb 25 10:59:25 EST 2012

I do not know where the word GENERIC is taken from. Maybe from you 
configuration file?

 Even though my config file has
 ident MYKERNEL
 
Ok, excluded then.

 I checked and there are no rogue versions of MYKERNEL (like a straight copy 
 from GENERIC) and it exists in
 /usr/src/sys/amd64/conf
 
 I'm probably missing something really simple here, why would 'make' go for 
 GENERIC instead of my custom config?
 This is 9.0 RELEASE.
 
 make buildkernel KERNCONF=AsusAMD620

is what I do.

Erich
___
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


RE: Custom Kernel Target Ignored

2012-02-26 Thread Carolyn Longfoot

  
  make buildkernel KERNCONF=AsusAMD620
 
 is what I do.
 
 Erich

ARGHHH... KERNCONF not KERNELCONF... scuse my blindness...
  
___
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


Re: Custom Kernel Target Ignored

2012-02-26 Thread Erich Dollansky
Hi,

On Sunday 26 February 2012 21:37:32 Carolyn Longfoot wrote:
 
   
   make buildkernel KERNCONF=AsusAMD620
  
  is what I do.
  
  Erich
 
 ARGHHH... KERNCONF not KERNELCONF... scuse my blindness...
 
this is what we are for.

The simplest things are very often the most difficult to solve.

Erich
___
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


Re: Custom Kernel Target Ignored

2012-02-26 Thread Damien Fleuriot

On 26 Feb 2012, at 15:37, Carolyn Longfoot c_longf...@hotmail.com wrote:

 
 
 make buildkernel KERNCONF=AsusAMD620
 
 is what I do.
 
 Erich
 
 ARGHHH... KERNCONF not KERNELCONF... scuse my blindness...
 

Pro tip, put it in your /etc/make.conf like so:

KERNCONF=WHATEVERYOUSAID

Then cd /usr/src  make buildkernel



You might also want to have a look at MODULES_OVERRIDE, also to be put in 
make.conf , saves a huge lot of 
time.___
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