Re: installing multiple kernels
From: James E. Housley (jeh_at_FreeBSD.org)
Date: 04/15/04
- Previous message: Dag-Erling Smørgrav: "Re: installing multiple kernels"
- In reply to: Dag-Erling Smørgrav: "installing multiple kernels"
- Next in thread: Dag-Erling Smørgrav: "Re: installing multiple kernels"
- Reply: Dag-Erling Smørgrav: "Re: installing multiple kernels"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 15 Apr 2004 14:32:19 -0400 To: Dag-Erling Smørgrav <des@des.no>
Dag-Erling Smørgrav wrote:
> Currently, Makefile.inc1 will only install a single kernel. If
> KERNCONF specifies multiple kernel configs, they are all built, but
> only the first one is installed. This makes sense since otherwise the
> last one installed would simply clobber all the other ones.
>
> The attached patch changes that. It modifies kern.pre.mk to install
> each kernel in /boot/<kernelname> instead of /boot/kernel. It also
> modifies Makefile.inc1 to build and install all kernel configs listed
> in KERNCONF. It also adds a script, sys/conf/regkernel.sh, which
> keeps a list of installed kernels in /boot/kernels, making sure that
> the last one installed is always listed last.
>
> The only missing element is to make the loader read /boot/kernels and
> have $kernel default to the last kernel listed there (i.e. the most
> recently installed) instead of "kernel". It would also be nice to
> offer a kernel selection menu for the CLI-impaired. Unfortunately,
> I'm afraid my forth skills aren't quite up to the task. Any takers?
>
But isn't changing to use the last kernel instead of the first kernel a
violation of POLA? Other then that this sounds great.
Jim
-- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- Life begins at 4.0 _______________________________________________ freebsd-arch@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-arch To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
- Previous message: Dag-Erling Smørgrav: "Re: installing multiple kernels"
- In reply to: Dag-Erling Smørgrav: "installing multiple kernels"
- Next in thread: Dag-Erling Smørgrav: "Re: installing multiple kernels"
- Reply: Dag-Erling Smørgrav: "Re: installing multiple kernels"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|