summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-11-17 22:15:58 +0000
committerJeremy Katz <katzj@redhat.com>2003-11-17 22:15:58 +0000
commitdbe767f275a430b2066f91a4808e2a4c8742240d (patch)
tree57c97d63c82c90169f637fdb16ab1e072e52a149 /scripts/mk-images
parentc72adc545d71dabc8721f180d6aba8df9a8e615e (diff)
downloadanaconda-dbe767f275a430b2066f91a4808e2a4c8742240d.tar.gz
anaconda-dbe767f275a430b2066f91a4808e2a4c8742240d.tar.xz
anaconda-dbe767f275a430b2066f91a4808e2a4c8742240d.zip
try to fix modules.dep
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 22686394c..b30c181d4 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -175,7 +175,7 @@ rundepmod () {
exclpattern="tc90x|FPT|BusLogic|Pci2000|Pci2220i"
$FAKEARCH /sbin/depmod -e -F $KERNELROOT/boot/System.map-$version \
- $what > $final.foo 2>&1 |
+ -b $KERNELROOT $version $what > $final.foo 2>&1 |
egrep -v "modprobe: (${exclpattern}) multiply defined"
$FAKEARCH /sbin/depmod -a -F $KERNELROOT/boot/System.map-$version \
-b $KERNELROOT $version