From owner-svn-src-head@freebsd.org Wed Feb 21 14:39:25 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 AF536F07774; Wed, 21 Feb 2018 14:39:25 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com [209.85.215.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 370177EB03; Wed, 21 Feb 2018 14:39:25 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f48.google.com with SMTP id h78so2682336lfg.6; Wed, 21 Feb 2018 06:39:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=umHcsFu8mPiLYMGSZRx4q+7DzC5JC7nkfuGF5xL6vdk=; b=gdOUMACg1wjZVNCASBPsdXb3ARDyRGvnA1Gy0R6Y32n+WvLsXqPRygk7BFCILEc8xK LZqCJMEFL/0yvygFvmX/Kb+KsbyPAAN66Q7xXMZbUu5sqEpCvgxquFgGRmIbu3CXUUAG P2FuA8AdwFnLVFTakorL79AaQV40FCZpee09YJYAQmFzWz9Yj/LRXE+ms0AbqZLjPfnw yZVKroEWZ34RskZyWOzs/2T6I97aqcPAXYLEnAvsxlT817tDeBcgqM/lZEFbJrdq7NwY WiIRWy12hyqfpqZlhDgEAkSVAZjqQ/nQc6ShumogEC0IKnTXtag82YRJEppopE+VTtEd 9fgQ== X-Gm-Message-State: APf1xPBCPeC5N4XGuQgMIDpWlXqJgV4O881K5DhzFI0WQohkxFXgTHUW F1s3xdXidscqbuPRtSerC+nxNfjV X-Google-Smtp-Source: AH8x2256r87xbWsmLwWfCQErHc+w+OKbsCslo1aKbMFkdcB61wb8Y+q1gIJIqxgIg4CxKlL0EOSqBg== X-Received: by 10.46.106.15 with SMTP id f15mr2447153ljc.1.1519223957907; Wed, 21 Feb 2018 06:39:17 -0800 (PST) Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com. [209.85.215.47]) by smtp.gmail.com with ESMTPSA id u65sm4388286lje.79.2018.02.21.06.39.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Feb 2018 06:39:17 -0800 (PST) Received: by mail-lf0-f47.google.com with SMTP id g72so2676842lfg.5; Wed, 21 Feb 2018 06:39:17 -0800 (PST) X-Received: by 10.46.4.74 with SMTP id 71mr2451586lje.51.1519223957438; Wed, 21 Feb 2018 06:39:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.46.106.8 with HTTP; Wed, 21 Feb 2018 06:38:56 -0800 (PST) In-Reply-To: <201802211437.w1LEbnWv002984@repo.freebsd.org> References: <201802211437.w1LEbnWv002984@repo.freebsd.org> From: Kyle Evans Date: Wed, 21 Feb 2018 08:38:56 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r329716 - head/stand/lua To: Kyle Evans Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" 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: Wed, 21 Feb 2018 14:39:25 -0000 On Wed, Feb 21, 2018 at 8:37 AM, Kyle Evans wrote: > Author: kevans > Date: Wed Feb 21 14:37:49 2018 > New Revision: 329716 > URL: https://svnweb.freebsd.org/changeset/base/329716 > > Log: > lualoader: Use the key that interrupts autoboot as a menu choice > > This matches forth behavior. Hitting "6" when autobooting at the welcome > menu will now take you directly to the "Boot Options" menu. > > We likely have some slight optimizations we should make, like not checking > autoboot every time we open a new menu and things of this nature. Further > work will go towards this end. > I forgot this: Reported by: idwer (IRC)