From c3a301d10be498c7fb5b350bbd3151de9f938b43 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 19 May 2010 12:52:36 -0500 Subject: system/kvm-kmod: Fix the depmod call in doinst.sh --- system/kvm-kmod/doinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/kvm-kmod/doinst.sh b/system/kvm-kmod/doinst.sh index a91532f67ead..6510094161e0 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 -- cgit v1.2.3