Stage 1: Use modprobe from kmod instead of module-init-tools
The latter is obsolete. http://hydra.nixos.org/build/5663799
This commit is contained in:
parent
168d48a5c9
commit
4a83c97d3d
@ -200,7 +200,8 @@ let
|
|||||||
cp -v ${pkgs.attr}/lib/libattr.so.* $out/lib
|
cp -v ${pkgs.attr}/lib/libattr.so.* $out/lib
|
||||||
|
|
||||||
# Copy modprobe.
|
# Copy modprobe.
|
||||||
cp -v ${pkgs.module_init_tools}/sbin/modprobe $out/bin/modprobe
|
cp -v ${pkgs.kmod}/bin/kmod $out/bin/
|
||||||
|
ln -s kmod $out/bin/modprobe
|
||||||
|
|
||||||
# Maybe copy splashutils.
|
# Maybe copy splashutils.
|
||||||
${optionalString enableSplashScreen ''
|
${optionalString enableSplashScreen ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user