diff options
author | maximilian attems <maks@debian.org> | 2010-04-05 03:54:43 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2010-04-05 03:55:42 +0200 |
commit | 135b1620f5d591c6ffe6059124802d534d5473fb (patch) | |
tree | 8917c24efd3bde71864ccc855a81d4ca5e3e4678 /mkinitramfs | |
parent | 26db93c6b88a5cc9147ba4dfd5f29a898fecc031 (diff) | |
download | initramfs-tools-135b1620f5d591c6ffe6059124802d534d5473fb.tar.gz initramfs-tools-135b1620f5d591c6ffe6059124802d534d5473fb.zip |
mkinitramfs: no longer copy depmod
it is no longer used on boot, saves initramfs space and thus speed.
Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'mkinitramfs')
-rwxr-xr-x | mkinitramfs | 1 |
1 files changed, 0 insertions, 1 deletions
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/" |