From b362d750cc4940558e0afae721c7f74bfb768f0c Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 22 Apr 2014 08:26:59 +0200 Subject: Enable BFQ scheduler on all machines by default. This adds the kernel patch to all machines and uses it as the default scheduler. Let's see when I need to scream at the edit of a commit message again, because the disk is busy and the editor is waiting for I/O. Signed-off-by: aszlig --- machines/dnyarri.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/dnyarri.nix') diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix index efbebb8b..3d691824 100644 --- a/machines/dnyarri.nix +++ b/machines/dnyarri.nix @@ -45,6 +45,7 @@ with import ../lib; linuxAszlig = pkgs.buildLinux { inherit (pkgs.kernelSourceAszlig) version src; + kernelPatches = singleton pkgs.aszligKernelPatches.bfqsched; configfile = pkgs.substituteAll { name = "aszlig-with-firmware.kconf"; src = generateKConf (import ./dnyarri-kconf.nix); -- cgit 1.4.1