Author: viric
Date: Sat Nov 6 18:13:48 2010
New Revision: 24612
URL: https://svn.nixos.org/websvn/nix/?rev=24612&sc=1
Log:
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.
Modified:
nixos/trunk/modules/tasks/tty-backgrounds.nix
Modified: nixos/trunk/modules/tasks/tty-backgrounds.nix
==============================================================================
--- nixos/trunk/modules/tasks/tty-backgrounds.nix Sat Nov 6 10:14:36
2010 (r24611)
+++ nixos/trunk/modules/tasks/tty-backgrounds.nix Sat Nov 6 18:13:48
2010 (r24612)
@@ -86,7 +86,8 @@
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
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits