installation: fix codeblock rendering in zfs performance tips section

That slipped through, asciidoc uses 4 not 3 dashes for that.

Fixes: c8be3f0 ("installation: align zfs performance tip with PVE documentation")
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
This commit is contained in:
Christoph Heiss 2024-02-28 19:08:21 +01:00 committed by Stoiko Ivanov
parent 57495cfceb
commit ddf3e9f15b

View File

@ -284,9 +284,9 @@ ZFS can use a dedicated drive as write cache, called the ZFS Intent Log (ZIL).
Use a fast drive (SSD) for it. It can be added after installation with the Use a fast drive (SSD) for it. It can be added after installation with the
following command: following command:
--- ----
# zpool add <pool-name> log </dev/path_to_fast_ssd> # zpool add <pool-name> log </dev/path_to_fast_ssd>
--- ----
Adding the `nomodeset` Kernel Parameter Adding the `nomodeset` Kernel Parameter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~