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. svn path=/nixos/trunk/; revision=29228
This commit is contained in:
parent
64340dc03c
commit
c01c41e2da
@ -122,7 +122,7 @@ let kernel = config.boot.kernelPackages.kernel; in
|
|||||||
boot.kernelParams =
|
boot.kernelParams =
|
||||||
[ "splash=verbose"
|
[ "splash=verbose"
|
||||||
# Force the Completely Fair Scheduler to be used by default.
|
# Force the Completely Fair Scheduler to be used by default.
|
||||||
"elevator=cfq"
|
#"elevator=cfq"
|
||||||
] ++
|
] ++
|
||||||
optional config.boot.vesa "vga=0x317";
|
optional config.boot.vesa "vga=0x317";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user