From 135b1620f5d591c6ffe6059124802d534d5473fb Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Mon, 5 Apr 2010 03:54:43 +0200 Subject: mkinitramfs: no longer copy depmod it is no longer used on boot, saves initramfs space and thus speed. Signed-off-by: maximilian attems --- mkinitramfs | 1 - 1 file changed, 1 deletion(-) diff --git a/mkinitramfs b/mkinitramfs index 110aca8..f7e484d 100755 --- a/mkinitramfs +++ b/mkinitramfs @@ -257,7 +257,6 @@ fi # module-init-tools copy_exec /sbin/modprobe /sbin -copy_exec /sbin/depmod /sbin copy_exec /sbin/rmmod /sbin mkdir -p "${DESTDIR}/etc/modprobe.d" cp -a /etc/modprobe.d/*.conf "${DESTDIR}/etc/modprobe.d/" -- cgit v1.2.3