From owner-svn-src-head@freebsd.org Tue Mar 27 18:05:35 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C6E5F711E2; Tue, 27 Mar 2018 18:05:35 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5F0576B8A; Tue, 27 Mar 2018 18:05:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (ralph.baldwin.cx [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id 1B0AE10AFAD; Tue, 27 Mar 2018 14:05:34 -0400 (EDT) From: John Baldwin To: rgrimes@freebsd.org Cc: Ian Lepore , Alexey Dokuchaev , Warner Losh , Kyle Evans , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers Subject: Re: svn commit: r331209 - head Date: Tue, 27 Mar 2018 11:05:31 -0700 Message-ID: <2500432.7ECo1HNKKn@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <201803271748.w2RHmMW1053238@pdx.rh.CN85.dnsmgr.net> References: <201803271748.w2RHmMW1053238@pdx.rh.CN85.dnsmgr.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Tue, 27 Mar 2018 14:05:34 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 18:05:35 -0000 On Tuesday, March 27, 2018 10:48:22 AM Rodney W. Grimes wrote: > [ Charset ISO-8859-1 unsupported, converting... ] > > On Tue, 2018-03-27 at 09:48 -0700, John Baldwin wrote: > > > On Tuesday, March 27, 2018 05:19:12 AM Alexey Dokuchaev wrote: > > > > > > > > On Thu, Mar 22, 2018 at 08:52:47AM -0700, John Baldwin wrote: > > > > > > > > > > On Thursday, March 22, 2018 04:39:38 AM Alexey Dokuchaev wrote: > > > > > > > > > > > > > > > > > > > > ... > > > > > > Right, but John had mentioned extra reboot *between* installkernel and > > > > > > installworld, which I've never heard of before. > > > > > From the end up of src/UPDATING: > > > > > > > > > > ???????? > > > > > ????????make buildworld > > > > > ????????make kernel KERNCONF=YOUR_KERNEL_HERE > > > > > ???????? > > > > If by "reboot" in your original message you meant "drop to single user" > > > > then there's no confusion.??It's just that in my understanding "reboot" > > > > means, well, reboot. > > > No, I meant reboot and it clearly says here "reboot".??Note that > > > 'make kernel' does 'make buildkernel' and 'make installkernel', so > > > the reboot quoted above is after installkernel but before installworld. > > > Perhaps 'make kernel' should be expanded into separate lines for > > > 'buildkernel' and 'installkernel' if that is confusing. > > > > > > > I've been working with freebsd since 1996, and had no idea there was a > > kernel target that does build+install. ?I think even showing it as > > I was vegually aware of it, but since I do things between > buildkernel and installkernel I dont use it, more so cause > I build kernels on a central box and push them out to > systems. > > > ? make buildkernel installkernel KERNCONF=YOUR_KERNEL_HERE > > make {kernel|buildkernel installkernel} KERNCONF=YOUR_KERNEL_HERE > > OR > > make kernel KERNCONF=YOUR_KERNEL_HERE > or > make buildkernel installkernel KERNCONF=YOUR_KERNEL_HERE I think just one example is probably fine and explicit buildkernel and installkernel is probably the more common use. -- John Baldwin