From e814920bcabb3ba1fd2b6a20f98f19375676f269 Mon Sep 17 00:00:00 2001 From: dalto8 <57767042+dalto8@users.noreply.github.com> Date: Wed, 17 Nov 2021 00:17:59 +0000 Subject: [PATCH] [zfs] Fix typo in README --- src/modules/zfs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/zfs/README.md b/src/modules/zfs/README.md index 0114865a0..666c6a5d9 100644 --- a/src/modules/zfs/README.md +++ b/src/modules/zfs/README.md @@ -6,7 +6,7 @@ There are a few considerations to be aware of when enabling the zfs module * If you use grub with zfs, you must have `ZPOOL_VDEV_NAME_PATH=1` in your environment when running grub-install or grub-mkconfig. * Calamares will ensure this happens during the bootloader module. * It will also add it to `/etc/environment` so it will be available in the installation - * If you have an scripts or other processes that trigger grub-mkconfig during the install process, be sure to add that to the environnent + * If you have an scripts or other processes that trigger grub-mkconfig during the install process, be sure to add that to the environment * In most cases, you will need to enable services for zfs support appropriate to your distro. For example, when testing on Arch the following services were enabled: * zfs.target * zfs-import-cache