Skip site navigation (1)Skip section navigation (2)
Date:      02 Aug 2000 09:58:04 +0200
From:      Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De>
To:        freebsd-stable@freebsd.org
Subject:   Re: Suggestion for change of /usr/src/UPDATING (was: Re: HEADS UP! Always  use the 'make buildkernel' target to make yer kernels)
Message-ID:  <0vd7jsf62b.fsf@cs.uni-magdeburg.de>
In-Reply-To: Siegbert Baude's message of "Wed, 02 Aug 2000 04:39:09 %2B0200"
References:  <20000731030044.A17511@flashcom.net> <Pine.BSF.4.21.0007092043510.33246-100000@freefall.freebsd. org> <4.3.2.20000709232757.00b1e6a0@207.227.119.2> <200008012102.PAA86077@harmony.village.org> <398789CD.2DADAB33@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Siegbert Baude <siegbert.baude@gmx.de> writes:

> ---Begin Suggestion---

Not bad, but:

>         # Verify that the new kernel works, it will be installed as
>         # /YOUR_KERNEL_HERE
>         chflags noschg /kernel
>         chflags noschg /YOUR_KERNEL_HERE
>         mv /kernel /kernel.old
>         mv /YOUR_KERNEL_HERE /kernel
>         chflags schg /kernel 

I am not in favour of putting *that* in UPDATING. Either suggest an
appropriate entry in /boot/loader.conf:

        # Make sure that the new kernel gets booted the next time
        # you reboot by putting the following line in
        # /boot/loader.conf:
        kernel="/YOUR_KERNEL_HERE"

Or (and that's what I like more and do) in the section where one
modifies her kernel config file:

        # Make sure that the kernel gets installed as /kernel and
        # therefore gets loaded at boot time. Put a "kernel" entry
        # in your kernel config file, like this:
        makeoptions     KERNEL=kernel

Just my 0.42 Euro-Cent.

        Roland


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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