Skip to content

Commit 33da683

Browse files
yushisorazdykstra
authored andcommitted
docs: Fix default UEFI Executable location
1 parent 70bd008 commit 33da683

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/general/native-encryption.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Native Encryption
33

44
ZFSBootMenu can import pools or filesystems with native encryption enabled. If your boot environments are not encrypted
55
but, for example, ``/home`` is, you will not receive a decryption prompt during boot. To ensure that you can decrypt
6-
your pool to load the kernel and initramfs, you'll need to you have the filesystem parameters configured correctly.
6+
your pool to load the kernel and initramfs, you'll need to have the filesystem parameters configured correctly.
77

88
It's critical that ``keyformat`` is set to ``passphrase``, otherwise you'll be unable to enter the correct value in the
99
bootloader. OpenZFS currently supports only one key, but in a way which ZFSBootMenu can exploit: if you configure the

docs/general/uefi-booting.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,8 @@ governs the creation of bundled UEFI executables. The default configuration disa
109109
The remaining keys in the ``EFI`` section allow control over where and how UEFI bundles are created:
110110

111111
* ``ImageDir`` is the location where the bundle will be written, and should generally be a subdirectory of the ``EFI``
112-
subdirectory of your EFI system partition. The default, ``/boot/efi/EFI/void``, is fine if the ESP is mounted at
113-
``/boot/efi`` (and you are either running Void Linux or don't care if the directory name matches your distribution
114-
name).
112+
subdirectory of your EFI system partition. The default, ``/boot/efi/EFI/zbm``, is fine if the ESP is mounted at
113+
``/boot/efi``.
115114
* ``Versions`` controls whether UEFI bundles include a version and revision number in their name and, if so, how many
116115
prior versioned executables are retained. Because the firmware is not automatically reconfigured to boot the latest
117116
version after runs of ``generate-zbm``, it is probably best to disabling ``Versions`` by setting its value to ``false``

0 commit comments

Comments
 (0)