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:
parent
f34d7250b3
commit
f319ca67c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user