From 2da4f257ccfe4e0876b13b166f078c35e74cad04 Mon Sep 17 00:00:00 2001 From: meator Date: Sun, 26 Oct 2025 14:48:29 +0100 Subject: [PATCH] installation/guides/zfs: Fix typo --- src/installation/guides/zfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installation/guides/zfs.md b/src/installation/guides/zfs.md index e81f18c57..7ae9322e9 100644 --- a/src/installation/guides/zfs.md +++ b/src/installation/guides/zfs.md @@ -159,7 +159,7 @@ the EFI system partition: # mkdir -p /mnt/boot # mount /dev/sda2 /mnt/boot # mkdir -p /mnt/boot/efi -# mount /dev/sda1 /mnnt/boot/efi +# mount /dev/sda1 /mnt/boot/efi ``` ### Installation