From owner-svn-src-head@freebsd.org Fri Sep 14 16:18:10 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 EF9A4108D398; Fri, 14 Sep 2018 16:18:09 +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 A7DBB88BDE; Fri, 14 Sep 2018 16:18:09 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 7FE9716B5; Fri, 14 Sep 2018 16:18:09 +0000 (UTC) Date: Fri, 14 Sep 2018 16:18:09 +0000 From: Alexey Dokuchaev To: Kyle Evans Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r338050 - in head: . stand Message-ID: <20180914161809.GA92226@FreeBSD.org> References: <201808191426.w7JEQXXr054123@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201808191426.w7JEQXXr054123@repo.freebsd.org> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 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: Fri, 14 Sep 2018 16:18:10 -0000 On Sun, Aug 19, 2018 at 02:26:33PM +0000, Kyle Evans wrote: > New Revision: 338050 > URL: https://svnweb.freebsd.org/changeset/base/338050 > > Log: > stand: Flip the default interpreter to Lua > > After years in the making, lualoader is ready to make its debut. Both > flavors of loader are still built by default, and may be installed as > /boot/loader or /boot/loader.efi as appropriate either by manually > creating hard links or using LOADER_DEFAULT_INTERP as documented in > build(7). Hi Kyle, I have one system installed back in February which hasn't been upgraded since then and which I plan to "svn up" to latest -CURRENT in couple of weeks. It's booted via EFI (gpart bootcode -p /boot/boot1.efifat ...), main filesystem being ZFS. So do I understand correctly that I *don't* have to update the bootcode after "make world" prior to reboot, and things would work fine, just as before, WRT the loader being Lua-based now? Thanks, ./danfe