From owner-dev-commits-src-all@freebsd.org Mon Dec 28 02:31:20 2020 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D67104CE6DA; Mon, 28 Dec 2020 02:31:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D41kw5mbtz4YXS; Mon, 28 Dec 2020 02:31:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B944611E42; Mon, 28 Dec 2020 02:31:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 0BS2VK1h034751; Mon, 28 Dec 2020 02:31:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 0BS2VK7m034750; Mon, 28 Dec 2020 02:31:20 GMT (envelope-from git) Date: Mon, 28 Dec 2020 02:31:20 GMT Message-Id: <202012280231.0BS2VK7m034750@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Kevin Lo Subject: git: a8ec81e79871 - main - Mention boot1.efi since it is an image of 800KB FAT filesystem stored as /EFI/BOOT/BOOTX64.EFI. Differential Revision: https://reviews.freebsd.org/D27782 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kevlo X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a8ec81e79871de98e30ce572a313f3f8d059ce7b Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Commit messages for all branches of the src repository." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2020 02:31:20 -0000 The branch main has been updated by kevlo: URL: https://cgit.FreeBSD.org/src/commit/?id=a8ec81e79871de98e30ce572a313f3f8d059ce7b commit a8ec81e79871de98e30ce572a313f3f8d059ce7b Author: Kevin Lo AuthorDate: 2020-12-28 02:30:21 +0000 Commit: Kevin Lo CommitDate: 2020-12-28 02:30:21 +0000 Mention boot1.efi since it is an image of 800KB FAT filesystem stored as /EFI/BOOT/BOOTX64.EFI. Differential Revision: https://reviews.freebsd.org/D27782 --- share/man/man8/uefi.8 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/share/man/man8/uefi.8 b/share/man/man8/uefi.8 index 4224af835738..9214dec8e20d 100644 --- a/share/man/man8/uefi.8 +++ b/share/man/man8/uefi.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 9, 2020 +.Dd December 28, 2020 .Dt UEFI 8 .Os .Sh NAME @@ -118,6 +118,15 @@ system console is automatically selected when booting via .Bl -tag -width /boot/loader -compact .Nm bootstrap +.It Pa /boot/boot1.efi +.Xr msdosfs 5 +FAT file system image +used by +.Xr bsdinstall 8 +and the +.Ar bootcode +argument of +.Xr gpart 8 . .It Pa /boot/loader.efi Final stage bootstrap .It Pa /boot/kernel/kernel