From a634fd84bf63691390afe56b7d5e1a8f15efddbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 15 Jan 2011 21:52:10 +0000 Subject: [PATCH] mingetty: Show the kernel name. svn path=/nixos/trunk/; revision=25581 --- modules/services/ttys/mingetty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/ttys/mingetty.nix b/modules/services/ttys/mingetty.nix index 239231b3699..d8abc129e2d 100644 --- a/modules/services/ttys/mingetty.nix +++ b/modules/services/ttys/mingetty.nix @@ -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. '';