Author: simons
Date: Mon Sep 12 18:01:18 2011
New Revision: 29228
URL: https://ssl.nixos.org/websvn/nix/?rev=29228&sc=1

Log:
modules/system/boot/kernel.nix: disable "elevator=cfq" boot parameter for the 
time being

This setting causes the init ram disk to hang indefinitely on some systems.

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

Modified: nixos/trunk/modules/system/boot/kernel.nix
==============================================================================
--- nixos/trunk/modules/system/boot/kernel.nix  Mon Sep 12 17:31:15 2011        
(r29227)
+++ nixos/trunk/modules/system/boot/kernel.nix  Mon Sep 12 18:01:18 2011        
(r29228)
@@ -122,7 +122,7 @@
     boot.kernelParams =
       [ "splash=verbose"
         # Force the Completely Fair Scheduler to be used by default.
-        "elevator=cfq"
+        #"elevator=cfq"
       ] ++
       optional config.boot.vesa "vga=0x317";
 
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to