summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-11-06 15:31:44 +0000
committerErik Troan <ewt@redhat.com>2000-11-06 15:31:44 +0000
commit2d8306c21a092657f5be1af37974c22ea716af89 (patch)
treefae69e330a4608cea28d2f042b054cb9663a8535 /scripts/mk-images
parent10acc9887e29a994c70bb0e7aa06527f5352397b (diff)
downloadanaconda-2d8306c21a092657f5be1af37974c22ea716af89.tar.gz
anaconda-2d8306c21a092657f5be1af37974c22ea716af89.tar.xz
anaconda-2d8306c21a092657f5be1af37974c22ea716af89.zip
for 2.4 kernel module playour
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-xscripts/mk-images4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index b5a709460..74be81220 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -736,7 +736,9 @@ makedriverdisk () {
sed 's/\.o//g')
fi
- rundepmod "$KERNELROOT/lib/modules/$version/*/*.o" $MODDEPS
+ allmods=$(find $KERNELROOT/lib/modules/$version -name *.o)
+
+ rundepmod "$allmods" $MODDEPS
rm -f $MODDEPS.foo
. $TOPDIR/mk-images.${BUILDARCH}