Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2000 23:13:52 -0600
From:      Warner Losh <imp@village.org>
To:        Bryan Bursey <bbmail@cfdnet.me.tuns.ca>
Cc:        Brad Knowles <blk@skynet.be>, Kris Kennaway <kris@FreeBSD.ORG>, "Chad R. Larson" <chad@DCFinc.com>, Marcel Moolenaar <marcel@cup.hp.com>, grog@lemis.com, khera@kciLink.com, stable@FreeBSD.ORG
Subject:   Re: HEADS UP! Always use the 'make buildkernel' target to make yer kernels 
Message-ID:  <200007130513.XAA21118@harmony.village.org>
In-Reply-To: Your message of "Tue, 11 Jul 2000 18:10:48 -0300." <Pine.BSF.4.10.10007111806400.12205-100000@cfdnet.me.tuns.ca> 
References:  <Pine.BSF.4.10.10007111806400.12205-100000@cfdnet.me.tuns.ca>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.10.10007111806400.12205-100000@cfdnet.me.tuns.ca> Bryan Bursey writes:
: We might also want to include the specifics of the 'chflags' commands that
: need to be issued for those that prefer not to modify /boot/loader.conf
: and have the kernel named 'kernel'.

Ummm, it has been in UPDATING since before 4.0 was released:
...
	make installkernel  KERNEL=<YOUR_KERNEL_HERE>
	# 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
...

Warner



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?200007130513.XAA21118>