forked from mirrors/nixpkgs
* Include the version number in the mingetty greeting line.
svn path=/nixos/trunk/; revision=33884
This commit is contained in:
parent
f1a99bd914
commit
9195b1125f
|
@ -31,7 +31,7 @@ with pkgs.lib;
|
|||
};
|
||||
|
||||
greetingLine = mkOption {
|
||||
default = ''<<< Welcome to NixOS (\m) - \s \r (\l) >>>'';
|
||||
default = ''<<< Welcome to NixOS ${config.system.nixosVersion} (\m) - \s \r (\l) >>>'';
|
||||
description = ''
|
||||
Welcome line printed by mingetty.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue