* Shorten the greeting line to make it fit on a 80-character terminal

again by removing the kernel version.

svn path=/nixos/trunk/; revision=34376
This commit is contained in:
Eelco Dolstra 2012-06-06 23:14:57 +00:00
parent 593eb83343
commit 6aa4120f3a

View File

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