0
0
Fork 0
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:
Eelco Dolstra 2013-01-09 22:49:26 +01:00
parent 93a7a32bab
commit c7b427fbca
6 changed files with 13 additions and 13 deletions

View file

@ -50,7 +50,7 @@ in
boot.extraKernelParams = mkOption {
default = [ ];
example = [ "debugtrace" ];
example = [ "boot.trace" ];
description = "Additional user-defined kernel parameters.";
};