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 <jasper@apvc.uk> * add tips for keyboard layout support, closes #211 Signed-off-by: Maurice Zhou <jasper@apvc.uk>
This commit is contained in:
@@ -275,7 +275,7 @@ System Configuration
|
||||
|
||||
ZFS datasets should be mounted with ``-o zfsutil`` option::
|
||||
|
||||
sed -i 's|fsType = "zfs";|fsType = "zfs"; options = [ "zfsutil" ];|g' \
|
||||
sed -i 's|fsType = "zfs";|fsType = "zfs"; options = [ "zfsutil" "X-mount.mkdir" ];|g' \
|
||||
/mnt/etc/nixos/hardware-configuration-zfs.nix
|
||||
|
||||
Allow EFI system partition mounting to fail at boot::
|
||||
|
||||
Reference in New Issue
Block a user