diff options
author | Benedict Reuschling <bcr@FreeBSD.org> | 2025-05-29 09:55:09 +0000 |
---|---|---|
committer | Benedict Reuschling <bcr@FreeBSD.org> | 2025-05-29 09:55:09 +0000 |
commit | ed63314468f7648bdc1c9e67b831643ad4c14d3c (patch) | |
tree | eb0bcc191f932c9843c988944e41a8515bb68a80 /documentation | |
parent | 5600610b49ee14f13957a7ee165124041c4540b7 (diff) |
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/content/en/books/handbook/zfs/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |