From owner-svn-src-all@freebsd.org Tue Mar 27 17:31:46 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 89F27F6E131; Tue, 27 Mar 2018 17:31:46 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (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 3130A73DF7; Tue, 27 Mar 2018 17:31:46 +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 7FAE210A8C2; Tue, 27 Mar 2018 13:31:45 -0400 (EDT) From: John Baldwin To: Alexey Dokuchaev Cc: 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 09:48:43 -0700 Message-ID: <11592636.Xep9SDNT9W@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <20180327051912.GA5729@FreeBSD.org> References: <201803191527.w2JFRr7B058668@repo.freebsd.org> <3226647.aiAOVF4eaK@ralph.baldwin.cx> <20180327051912.GA5729@FreeBSD.org> 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 13:31:45 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean 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 17:31:46 -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 > > > > 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