diff options
Diffstat (limited to 'system/kvm-kmod')
-rw-r--r-- | system/kvm-kmod/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/kvm-kmod/doinst.sh b/system/kvm-kmod/doinst.sh index a91532f67e..6510094161 100644 --- a/system/kvm-kmod/doinst.sh +++ b/system/kvm-kmod/doinst.sh @@ -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 |