diff options
| author | Wout Mertens <Wout.Mertens@gmail.com> | 2019-11-13 20:39:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-13 20:39:11 +0100 |
| commit | 3202f6446566ad4aa812c2fe25c84cec13609d7c (patch) | |
| tree | db03eb032c69c69f305891d16b7b0847772a3176 | |
| parent | nixos boot doc: document boot.debug1devices (diff) | |
| download | nixpkgs-origin/wmertens-nixos-boot-doc.tar.gz | |
nixos doc: clarify role of boot.debug1devicesorigin/wmertens-nixos-boot-doc
Co-Authored-By: Jörg Thalheim <Mic92@users.noreply.github.com>
| -rw-r--r-- | nixos/doc/manual/administration/boot-problems.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/administration/boot-problems.xml b/nixos/doc/manual/administration/boot-problems.xml index abde448fcba7..5fa0b29e6d62 100644 --- a/nixos/doc/manual/administration/boot-problems.xml +++ b/nixos/doc/manual/administration/boot-problems.xml @@ -44,7 +44,7 @@ </term> <listitem> <para> - Like <literal>boot.debug1</literal>, but with some more devices loaded. + Like <literal>boot.debug1</literal>, but runs stage1 until kernel modules are loaded and device nodes are created. This may help with e.g. making the keyboard work. </para> </listitem> |
