system/kvm: Fix the depmod call in doinst.sh

This commit is contained in:
Robby Workman 2010-05-19 12:52:56 -05:00
parent c3a301d10b
commit 46ad2866ea
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Re-generate modules.dep and map files.
if [ -x sbin/depmod ]; then
chroot . /sbin/depmod -ae @KERNEL@ 1> /dev/null 2> /dev/null
chroot . /sbin/depmod -a @KERNEL@ 1> /dev/null 2> /dev/null
fi