From owner-svn-src-all@freebsd.org Tue Mar 27 05:19:13 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 58927F4E4DE; Tue, 27 Mar 2018 05:19:13 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 0C13B6D6F8; Tue, 27 Mar 2018 05:19:13 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 0297C1C031; Tue, 27 Mar 2018 05:19:12 +0000 (UTC) Date: Tue, 27 Mar 2018 05:19:12 +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: <20180327051912.GA5729@FreeBSD.org> References: <201803191527.w2JFRr7B058668@repo.freebsd.org> <20180322043938.GA8311@FreeBSD.org> <3226647.aiAOVF4eaK@ralph.baldwin.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3226647.aiAOVF4eaK@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: Tue, 27 Mar 2018 05:19:13 -0000 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. ./danfe