From f319ca67c5a0282f4b3f3b7f626f46867b9a1554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sat, 6 Nov 2010 18:13:48 +0000 Subject: [PATCH] Trying to improve the message hit by new users, if they use the 2.6.36 kernelPackages and don't disable the ttyBackgrounds. Some users got confused by the previous message. svn path=/nixos/trunk/; revision=24612 --- modules/tasks/tty-backgrounds.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/tasks/tty-backgrounds.nix b/modules/tasks/tty-backgrounds.nix index 8d079edc934..d376c6a4b89 100644 --- a/modules/tasks/tty-backgrounds.nix +++ b/modules/tasks/tty-backgrounds.nix @@ -86,7 +86,8 @@ in assertions = singleton { assertion = kernelPackages.splashutils != null; - message = "kernelPackages.splashutils may not be false"; + message = "The kernelPackages does not provide splashutils, as required by ttyBackgrounds. " + + "Either provide kernelPackages with splashutils, or disable ttyBackgrounds."; }; services.ttyBackgrounds.specificThemes = singleton