* Include the version number in the mingetty greeting line.

svn path=/nixos/trunk/; revision=33884
This commit is contained in:
Eelco Dolstra 2012-04-22 23:35:34 +00:00
parent f1a99bd914
commit 9195b1125f

View file

@ -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.
'';