From owner-freebsd-current@freebsd.org Fri Jan 18 15:12:38 2019 Return-Path: Delivered-To: freebsd-current@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 33CAD14A17DC for ; Fri, 18 Jan 2019 15:12:38 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk1-x731.google.com (mail-qk1-x731.google.com [IPv6:2607:f8b0:4864:20::731]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C07D393D6F for ; Fri, 18 Jan 2019 15:12:37 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk1-x731.google.com with SMTP id y16so8192268qki.7 for ; Fri, 18 Jan 2019 07:12:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BxYrAdRIIPZaPalJAQPG1EGliDSY8iUADyxfWCBEAmU=; b=gsxxUzwcJhA8VYMnMeImRW1y9AlIsKlUMWyC7VtJd8GRI3MEXOLmKB5uN6vfqgkjX7 onOzDmvUzMrM5o18bihZGhAgtnQhAO7XeKcrDqZw8uFcfXXzz4K/bVqluO+QRi7qtOvB PgMlr7WMKcIDRsDi3+FyszCLmfjglrpeF8HPVQCskD1Ci2txaWErpYYRWNxDZTvltdUz hSMAPQmbK/LtGwmzl3lUVW04zaZOQzJwY862CBqEwpJWZxNXLzcDvvWPvM+HQJp1ApxC kDdPhK2bmvEzwUoFa8NlCjZIHtlBE0UzFh5Gvtf0QqW9QbbYMpHHy1iGGriVgF4qDlwg S5nA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BxYrAdRIIPZaPalJAQPG1EGliDSY8iUADyxfWCBEAmU=; b=avn/cG4kf6x7HdkjVQGxmFfjxP68LyPssdQ7VotOYUEMY6o75vSy2ZjJE9xJlFPVld +8kLGpihCa8w6AdxoCE9ybeGWUuy0lxjZNd+hwnK2tKxIxsci/haaeD7V5LIufE/OnTI h/1/IjUn68lHPO16OP2ez8jkpYaM5U7TvyH/uY5REzETzJHR9Og7AW/E3nt0N0CTi9Zc o4ts90in/5y0gz+VDygRWa4OKslfQPFY5PNhZxDCr8YzVFko1lMsBlxsNHdVDsW5qJeH 6ZhOf9Mkhot/JOcpBvuoSQfc/F9XbVtMt4Khx2X2sJk8T9RqpTaynEKcoxcz4vHxQiCA VQWA== X-Gm-Message-State: AJcUukfcYngu5uc+6n7TjdSZ1IEimjNxUX4H2g2j8Z8ugZlf+jUzRmA1 3IAH/gELwDryB5h3mhN65fGy7zZ7oFPhABnvuo9jGeEh X-Google-Smtp-Source: ALg8bN4O6ZwGpwUhR5enbPaPD+5/CB22BWvkdU4hjFvdRkOCfFOeh2KJO+4vjTeSeAjoTUq7KC4MISzn3iI7mpP+a/Y= X-Received: by 2002:a37:6e86:: with SMTP id j128mr15879410qkc.46.1547824356926; Fri, 18 Jan 2019 07:12:36 -0800 (PST) MIME-Version: 1.0 References: <20190118074802.GA54920@home.opsec.eu> In-Reply-To: <20190118074802.GA54920@home.opsec.eu> From: Warner Losh Date: Fri, 18 Jan 2019 08:12:24 -0700 Message-ID: Subject: Re: UEFI, loader.efi and /boot.config To: Kurt Jaeger Cc: Rebecca Cran , FreeBSD Current X-Rspamd-Queue-Id: C07D393D6F X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2019 15:12:38 -0000 On Fri, Jan 18, 2019, 12:49 AM Kurt Jaeger Hi! > > > With a recent change I made for UEFI, we now install loader.efi onto the > ESP and don???t run boot1. That means that /boot.config is no longer read, > and so console settings need to be put in /boot/loader.conf > > Which change is that ? > Moving from boot1.efi to loader.efi. loader.efi never looked at it. loader.efi honors the uefi env vars to set the console which replaces the old way. Warner > I was wondering if people will expect /boot.config to still be read and > so code should be added to loader to continue to parse it, or if > loader.conf can be considered the correct place and boot.config forgotten > about? > > I have quite a few systems using /boot.config, but can cope if I know > about this. > > -- > pi@opsec.eu +49 171 3101372 One year to go ! > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >