From owner-svn-src-all@freebsd.org Wed Mar 28 05:29:48 2018 Return-Path: Delivered-To: svn-src-all@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 DDA87F5DDD4; Wed, 28 Mar 2018 05:29:48 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 872837638B; Wed, 28 Mar 2018 05:29:48 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 6FB3F1DADA; Wed, 28 Mar 2018 05:29:48 +0000 (UTC) Date: Wed, 28 Mar 2018 05:29:48 +0000 From: Alexey Dokuchaev To: John Baldwin Cc: Warner Losh , Kyle Evans , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers Subject: Re: svn commit: r331209 - head Message-ID: <20180328052948.GA21068@FreeBSD.org> References: <201803191527.w2JFRr7B058668@repo.freebsd.org> <3226647.aiAOVF4eaK@ralph.baldwin.cx> <20180327051912.GA5729@FreeBSD.org> <11592636.Xep9SDNT9W@ralph.baldwin.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11592636.Xep9SDNT9W@ralph.baldwin.cx> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2018 05:29:49 -0000 On Tue, Mar 27, 2018 at 09:48:43AM -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. Ah, OK, so "reboot in single user" above means "reboot, then boot -s". I see now, sorry for the noise. :-( ./danfe