mingetty: Show the kernel name.

svn path=/nixos/trunk/; revision=25581
This commit is contained in:
Ludovic Courtès 2011-01-15 21:52:10 +00:00
parent 41fcad19fb
commit a634fd84bf

View file

@ -28,7 +28,7 @@ with pkgs.lib;
};
greetingLine = mkOption {
default = ''<<< Welcome to NixOS (\m) - Kernel \r (\l) >>>'';
default = ''<<< Welcome to NixOS (\m) - \s \r (\l) >>>'';
description = ''
Welcome line printed by mingetty.
'';