[zfs] Fix spelling error in readme

This commit is contained in:
dalto 2021-11-19 14:24:36 -06:00
parent f37a775977
commit ee032b43fe

View File

@ -7,7 +7,7 @@
There are a few considerations to be aware of when enabling the zfs module There are a few considerations to be aware of when enabling the zfs module
* You must provide zfs kernel modules or kernel support on the ISO for the zfs module to function * You must provide zfs kernel modules or kernel support on the ISO for the zfs module to function
* The zfs kernel module must be loaded prior to the partition module running * The zfs kernel module must be loaded prior to the partition module running
* One way to acheive this is by running `modprobe zfs` * One way to achieve this is by running `modprobe zfs`
* Support for zfs in the partition module is conditional on the zfs module being enabled * Support for zfs in the partition module is conditional on the zfs module being enabled
* The config for the default pools and datasets is configured and described in modules/zfs.conf * The config for the default pools and datasets is configured and described in modules/zfs.conf
* If you use grub with zfs, you must have `ZPOOL_VDEV_NAME_PATH=1` in your environment when running grub-install or grub-mkconfig. * If you use grub with zfs, you must have `ZPOOL_VDEV_NAME_PATH=1` in your environment when running grub-install or grub-mkconfig.