Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Apr 2022 12:52:56 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5fce57dd120c - main - efibootmgr: Use the hier(7) ESP mount point in examples
Message-ID:  <202204031252.233CquXU094208@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=5fce57dd120c5c3c12541e1bd79a42fcfb95947d

commit 5fce57dd120c5c3c12541e1bd79a42fcfb95947d
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-04-03 12:05:30 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-04-03 12:52:07 +0000

    efibootmgr: Use the hier(7) ESP mount point in examples
    
    MFC after:      1 week
---
 usr.sbin/efibootmgr/efibootmgr.8 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/usr.sbin/efibootmgr/efibootmgr.8 b/usr.sbin/efibootmgr/efibootmgr.8
index 7627db19f050..6b53de33db56 100644
--- a/usr.sbin/efibootmgr/efibootmgr.8
+++ b/usr.sbin/efibootmgr/efibootmgr.8
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 25, 2020
+.Dd April 3, 2022
 .Dt EFIBOOTMGR 8
 .Os
 .Sh NAME
@@ -206,12 +206,12 @@ The
 program can be used to create new EFI boot variables.
 The following command may be used to create a new boot method, using
 the EFI partition mounted under
-.Pa /mnt ,
+.Pa /boot/efi ,
 mark the method active, using
 the given loader and label the method
 .Qq FreeBSD-11 :
 .Pp
-.Dl efibootmgr -a -c -l /mnt/EFI/freebsd/loader.efi -L FreeBSD-11
+.Dl efibootmgr -a -c -l /boot/efi/EFI/freebsd/loader.efi -L FreeBSD-11
 .Pp
 This will result in the next available bootnum being assigned to a
 new UEFI boot variable, and given the label



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204031252.233CquXU094208>