Author: eelco
Date: Thu Dec  8 12:25:33 2011
New Revision: 30802
URL: https://nixos.org/websvn/nix/?rev=30802&sc=1

Log:
* Set boot.vesa to false if we don't have a fbcondecor-enabled kernel.

Modified:
   nixos/trunk/modules/system/boot/kernel.nix

Modified: nixos/trunk/modules/system/boot/kernel.nix
==============================================================================
--- nixos/trunk/modules/system/boot/kernel.nix  Thu Dec  8 10:46:56 2011        
(r30801)
+++ nixos/trunk/modules/system/boot/kernel.nix  Thu Dec  8 12:25:33 2011        
(r30802)
@@ -46,7 +46,7 @@
     };
 
     boot.vesa = mkOption {
-      default = true;
+      default = config.boot.kernelPackages.splashutils != null;
       example = false;
       description = ''
         Whether to activate VESA video mode on boot.
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to