Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 99b5c0bcbe16
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 976187729e04
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 13, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    89c8338 View commit details
  2. nixos doc: clarify role of boot.debug1devices

    Co-Authored-By: Jörg Thalheim <Mic92@users.noreply.github.com>
    wmertens and Mic92 authored Nov 13, 2019
    Copy the full SHA
    3202f64 View commit details

Commits on Jun 1, 2020

  1. Merge pull request #73350 from NixOS/wmertens-nixos-boot-doc

    nixos boot doc: document boot.debug1devices
    wmertens authored Jun 1, 2020
    Copy the full SHA
    9761877 View commit details
Showing with 11 additions and 0 deletions.
  1. +11 −0 nixos/doc/manual/administration/boot-problems.xml
11 changes: 11 additions & 0 deletions nixos/doc/manual/administration/boot-problems.xml
Original file line number Diff line number Diff line change
@@ -38,6 +38,17 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<literal>boot.debug1devices</literal>
</term>
<listitem>
<para>
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>
</varlistentry>
<varlistentry>
<term>
<literal>boot.trace</literal>