* 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:
parent
593eb83343
commit
6aa4120f3a
@ -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.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user