From 862c355d4efc4ff080b4c2f3dd48440150e207dc Mon Sep 17 00:00:00 2001 From: ne9z <77314501+ne9z@users.noreply.github.com> Date: Sun, 21 Nov 2021 15:52:03 +0100 Subject: [PATCH] Fix /boot mounting and add notice for other keyboard layouts (#230) * NixOS: add "X-mount.mkdir" mount option, fix unmounted /boot Signed-off-by: Maurice Zhou * add tips for keyboard layout support, closes #211 Signed-off-by: Maurice Zhou --- .../Arch Linux/Root on ZFS/3-system-configuration.rst | 4 ++++ .../NixOS/Root on ZFS/2-system-configuration.rst | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Getting Started/Arch Linux/Root on ZFS/3-system-configuration.rst b/docs/Getting Started/Arch Linux/Root on ZFS/3-system-configuration.rst index 5d3bbff..91d8ac6 100644 --- a/docs/Getting Started/Arch Linux/Root on ZFS/3-system-configuration.rst +++ b/docs/Getting Started/Arch Linux/Root on ZFS/3-system-configuration.rst @@ -39,6 +39,10 @@ System Configuration HOOKS=(base udev autodetect modconf block keyboard zfs filesystems) EOF + For more information on mkinitcpio configuration, + such as support for other keyboard layouts, see + `wiki article `__. + #. Enable DHCP on all ethernet ports:: tee /mnt/etc/systemd/network/20-default.network <