summary refs log tree commit diff
path: root/nixos/doc/manual/installation/installing.chapter.md
diff options
context:
space:
mode:
authorD Anzorge <d.anzorge@gmail.com>2023-02-16 23:12:22 +0100
committerpennae <82953136+pennae@users.noreply.github.com>2023-02-22 15:40:33 +0100
commitbf02778b762af6b890f563d02e00b2e274d8f4c9 (patch)
tree0422c5db187131cf34cff7d71b090a5471a9f78c /nixos/doc/manual/installation/installing.chapter.md
parentc6546188cf64e35737cf1f27e2f5a9507c3359e0 (diff)
downloadnixpkgs-bf02778b762af6b890f563d02e00b2e274d8f4c9.tar
nixpkgs-bf02778b762af6b890f563d02e00b2e274d8f4c9.tar.gz
nixpkgs-bf02778b762af6b890f563d02e00b2e274d8f4c9.tar.bz2
nixpkgs-bf02778b762af6b890f563d02e00b2e274d8f4c9.tar.lz
nixpkgs-bf02778b762af6b890f563d02e00b2e274d8f4c9.tar.xz
nixpkgs-bf02778b762af6b890f563d02e00b2e274d8f4c9.tar.zst
nixpkgs-bf02778b762af6b890f563d02e00b2e274d8f4c9.zip
nixos/manual: fix typos in install instructions
Diffstat (limited to 'nixos/doc/manual/installation/installing.chapter.md')
-rw-r--r--nixos/doc/manual/installation/installing.chapter.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/doc/manual/installation/installing.chapter.md b/nixos/doc/manual/installation/installing.chapter.md
index cf783c2d22b..7d67894e59f 100644
--- a/nixos/doc/manual/installation/installing.chapter.md
+++ b/nixos/doc/manual/installation/installing.chapter.md
@@ -428,7 +428,7 @@ Use the following commands:
 
     UEFI systems
 
-    :   You must select a boot-loader, either system-boot or GRUB. The recommended
+    :   You must select a boot-loader, either systemd-boot or GRUB. The recommended
         option is systemd-boot: set the option [](#opt-boot.loader.systemd-boot.enable)
         to `true`. `nixos-generate-config` should do this automatically
         for new configurations when booted in UEFI mode.
@@ -441,10 +441,10 @@ Use the following commands:
         If you want to use GRUB, set [](#opt-boot.loader.grub.device) to `nodev` and
         [](#opt-boot.loader.grub.efiSupport) to `true`.
 
-        With system-boot, you should not need any special configuration to detect
+        With systemd-boot, you should not need any special configuration to detect
         other installed systems. With GRUB, set [](#opt-boot.loader.grub.useOSProber)
-        to `true`, but this will only detect windows partitions, not other linux
-        distributions. If you dual boot another linux distribution, use system-boot
+        to `true`, but this will only detect windows partitions, not other Linux
+        distributions. If you dual boot another Linux distribution, use systemd-boot
         instead.
 
     If you need to configure networking for your machine the