From owner-svn-src-head@freebsd.org Tue Mar 27 17:43:55 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 B5DACF6F2D7; Tue, 27 Mar 2018 17:43:55 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 269017510C; Tue, 27 Mar 2018 17:43:54 +0000 (UTC) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w2RHhils053198; Tue, 27 Mar 2018 10:43:44 -0700 (PDT) (envelope-from freebsd@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w2RHhi5D053197; Tue, 27 Mar 2018 10:43:44 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201803271743.w2RHhi5D053197@pdx.rh.CN85.dnsmgr.net> Subject: Re: svn commit: r331209 - head In-Reply-To: <11592636.Xep9SDNT9W@ralph.baldwin.cx> To: John Baldwin Date: Tue, 27 Mar 2018 10:43:44 -0700 (PDT) CC: Alexey Dokuchaev , Warner Losh , Kyle Evans , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII 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 17:43:55 -0000 > 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 > > > "in" may not be the proper way to express this, better wording, imho, would be "reboot to single user mode", Or even more complete to make the reason for the reboot to single user mode explictly clear: *1 *1 This is to facilitate the next step, the single user mode is required so that binaries are not in use while the installworld process is done. > > > > 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. > > -- > John Baldwin > > -- Rod Grimes rgrimes@freebsd.org