Merge pull request #30911 from disassembler/nixos-grub-os-probe-docs

install documentation: document boot.loader.grub.useOSProber
This commit is contained in:
Frederik Rietdijk 2017-10-29 14:34:23 +01:00 committed by GitHub
commit 358d2d13f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,6 +140,11 @@
the GRUB boot loader is to be installed. Without it, NixOS cannot
boot.</para>
<para>If there are other operating systems running on the machine before
installing NixOS, the
<option>boot.loader.grub.useOSProber</option> option can be set to
<literal>true</literal> to automatically add them to the grub menu.</para>
<para>Another critical option is <option>fileSystems</option>,
specifying the file systems that need to be mounted by NixOS.
However, you typically dont need to set it yourself, because