mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 08:00:05 +01:00
Merge #206
206: quickstart: fix grammar r=Mic92 a=Mic92 Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
commit
ba53a0433d
1 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@ imports =
|
||||||
];
|
];
|
||||||
```
|
```
|
||||||
|
|
||||||
If you went for the hybrid-partition scheme, than choose grub as a bootloader.
|
If you went for the hybrid-partition scheme, then choose grub as a bootloader.
|
||||||
Otherwise consult the NixOS manual. The following configuration for Grub works
|
Otherwise consult the NixOS manual. The following configuration for Grub works
|
||||||
both EFI and BIOS systems. Add it to your configuration.nix while commenting out
|
both EFI and BIOS systems. Add it to your configuration.nix while commenting out
|
||||||
the existing lines about `systemd-boot`:
|
the existing lines about `systemd-boot`:
|
||||||
|
|
@ -130,7 +130,7 @@ the existing lines about `systemd-boot`:
|
||||||
# ...
|
# ...
|
||||||
```
|
```
|
||||||
|
|
||||||
Than finish the installation and reboot your machine
|
Then finish the installation and reboot your machine
|
||||||
|
|
||||||
```
|
```
|
||||||
$ nixos-install
|
$ nixos-install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue