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: 3ee1adcf6e57
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 645de3b611d8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 31, 2019

  1. release-notes: mention restricted SysRq key combinations

    This was missing from #66482.
    flokli committed Aug 31, 2019
    Copy the full SHA
    c48170a View commit details

Commits on Sep 1, 2019

  1. Merge pull request #67840 from flokli/systemd-sysctl-sysrq-rl

    release-notes: mention restricted SysRq key combinations
    flokli authored Sep 1, 2019
    Copy the full SHA
    645de3b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 nixos/doc/manual/release-notes/rl-1909.xml
4 changes: 2 additions & 2 deletions nixos/doc/manual/release-notes/rl-1909.xml
Original file line number Diff line number Diff line change
@@ -547,8 +547,8 @@
</para>
</listitem>
</itemizedlist>

This also configures the kernel to pass coredumps to <literal>systemd-coredump</literal>.
This also configures the kernel to pass coredumps to <literal>systemd-coredump</literal>,
and restricts the SysRq key combinations to the sync command only.
These sysctl snippets can be found in <literal>/etc/sysctl.d/50-*.conf</literal>,
and overridden via <link linkend="opt-boot.kernel.sysctl">boot.kernel.sysctl</link>
(which will place the parameters in <literal>/etc/sysctl.d/60-nixos.conf</literal>).