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
This commit is contained in:
Lluís Batlle i Rossell 2010-11-06 18:13:48 +00:00
parent f34d7250b3
commit f319ca67c5

View File

@ -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