system/kvm: Fix the depmod call in doinst.sh
This commit is contained in:
parent
c3a301d10b
commit
46ad2866ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue