mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 22:20:30 +03:00
Give our kernel parameters a common prefix ("boot.*")
This commit is contained in:
parent
93a7a32bab
commit
c7b427fbca
6 changed files with 13 additions and 13 deletions
|
@ -50,7 +50,7 @@ in
|
|||
|
||||
boot.extraKernelParams = mkOption {
|
||||
default = [ ];
|
||||
example = [ "debugtrace" ];
|
||||
example = [ "boot.trace" ];
|
||||
description = "Additional user-defined kernel parameters.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue