* Force loading of the CFQ module, i.e. don't do it on demand — that
seems to cause weird modprobe hangs. svn path=/nixos/trunk/; revision=29027
This commit is contained in:
parent
453675c5c1
commit
4b8275d2c4
@ -165,9 +165,6 @@ let kernel = config.boot.kernelPackages.kernel; in
|
|||||||
# Unix domain sockets (needed by udev).
|
# Unix domain sockets (needed by udev).
|
||||||
"unix"
|
"unix"
|
||||||
|
|
||||||
# Provide the CFQ scheduler in the initrd.
|
|
||||||
"cfq_iosched"
|
|
||||||
|
|
||||||
# Misc. stuff.
|
# Misc. stuff.
|
||||||
"pcips2" "serio" "atkbd" "xtkbd"
|
"pcips2" "serio" "atkbd" "xtkbd"
|
||||||
];
|
];
|
||||||
@ -178,6 +175,9 @@ let kernel = config.boot.kernelPackages.kernel; in
|
|||||||
|
|
||||||
# For usual AT keyboards.
|
# For usual AT keyboards.
|
||||||
"i8042"
|
"i8042"
|
||||||
|
|
||||||
|
# Provide the CFQ scheduler in the initrd.
|
||||||
|
"cfq_iosched"
|
||||||
];
|
];
|
||||||
|
|
||||||
# The Linux kernel >= 2.6.27 provides firmware.
|
# The Linux kernel >= 2.6.27 provides firmware.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user