mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
[zfs] Fix typo in README
This commit is contained in:
parent
c70e31a919
commit
e814920bca
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
* 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.
|
* 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
|
* 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:
|
* 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.target
|
||||||
* zfs-import-cache
|
* zfs-import-cache
|
||||||
|
|
Loading…
Add table
Reference in a new issue