Date: Sun, 09 Jul 2000 23:35:53 -0500 From: Stephen Montgomery-Smith <stephen@math.missouri.edu> To: Kris Kennaway <kris@FreeBSD.ORG> Cc: stable@FreeBSD.ORG Subject: Re: HEADS UP! Always use the 'make buildkernel' target to make yerkernels Message-ID: <396952A9.231AC2EC@math.missouri.edu> References: <Pine.BSF.4.21.0007092043510.33246-100000@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote: > > Summary of Officially Sanctioned Update Procedure: > > make buildworld > make buildkernel > make installkernel > shutdown (drop into single-user mode) > make installworld > mergemaster > reboot > The problem I have with make installkernel is the following: if my kernel is called XXX, then the name of the new kernel is /XXX, not /kernel. So one would have to add the instructions: cd / chflags noschg XXX mv XXX kernel chflags schg XXX This seems quite a bit of extra instructions. Is this what is intended? -- Stephen Montgomery-Smith Department of Mathematics, University of Missouri, Columbia, MO 65211 Phone 573-882-4540, fax 573-882-1869 http://www.math.missouri.edu/~stephen stephen@math.missouri.edu 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?396952A9.231AC2EC>