Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2025 09:57:45 GMT
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: ed63314468 - main - Update instructions to replace boot1.efifat with boot1.efi
Message-ID:  <202505290957.54T9vjWc004603@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bcr:

URL: https://cgit.FreeBSD.org/doc/commit/?id=ed63314468f7648bdc1c9e67b831643ad4c14d3c

commit ed63314468f7648bdc1c9e67b831643ad4c14d3c
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2025-05-29 09:55:09 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2025-05-29 09:55:09 +0000

    Update instructions to replace boot1.efifat with boot1.efi
    
    The boot1.efifat file was removed in 9a2b7c5. Update the instructions
    with the file that actually exists in the system.
---
 documentation/content/en/books/handbook/zfs/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc
index 42ba9f0bf8..36e79b2308 100644
--- a/documentation/content/en/books/handbook/zfs/_index.adoc
+++ b/documentation/content/en/books/handbook/zfs/_index.adoc
@@ -1349,7 +1349,7 @@ For systems using EFI to boot, execute the following command:
 
 [source,shell]
 ....
-# gpart bootcode -p /boot/boot1.efifat -i 1 ada1
+# gpart bootcode -p /boot/boot1.efi -i 1 ada1
 ....
 
 Apply the bootcode to all bootable disks in the pool.



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