Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2006 11:42:36 +1000
From:      "Alastair G. Hogge" <agh@tpg.com.au>
To:        freebsd-questions@freebsd.org
Cc:        "Michael P. Soulier" <msoulier@digitaltorque.ca>
Subject:   Re: installing multiple kernels
Message-ID:  <200605071142.36507.agh@tpg.com.au>
In-Reply-To: <20060507013027.GB7351@piglet.digitaltorque.ca>
References:  <20060507013027.GB7351@piglet.digitaltorque.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 07 May 2006 11:30, Michael P. Soulier wrote:
> People,
Michael,

> Coming from Linux, I'm used to being able to build multiple kernels and
> install them all, configuring the bootloader to pick one of them at boot
> time. I can't find anything on doing this on FreeBSD. Is this possible?
Have you tried INSTKERNNAME with your different kernel configs?
For example:
make  kernel KERNCONF=GENERIC INSTKERNNAME=kernel.GENERIC
make  kernel KERNCONF=MADCAT.DEBUG INSTKERNNAME=kernel.MADCAT.DEBUG
make  kernel KERNCONF=MADCAT

Will result in /boot/kernel.GENERIC, /boot/kernel.MADCAT.DEBUG & /boot/kernel 
any of which you can load from the boot loader

> Thanks,
Hope it helped

> Mike
Alastair



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605071142.36507.agh>