3
0
Fork 0
forked from mirrors/nixpkgs

initrd: Use modprobe from busybox

This commit is contained in:
Eelco Dolstra 2016-02-01 18:18:00 +01:00
parent 48f51f1185
commit 45c218f893

View file

@ -66,10 +66,6 @@ let
copy_bin_and_libs $BIN
done
# Copy modprobe.
copy_bin_and_libs ${pkgs.kmod}/bin/kmod
ln -sf kmod $out/bin/modprobe
# Copy resize2fs if needed.
${optionalString (any (fs: fs.autoResize) (attrValues config.fileSystems)) ''
# We need mke2fs in the initrd.