diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-11-17 22:15:58 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-11-17 22:15:58 +0000 |
commit | dbe767f275a430b2066f91a4808e2a4c8742240d (patch) | |
tree | 57c97d63c82c90169f637fdb16ab1e072e52a149 /scripts/mk-images | |
parent | c72adc545d71dabc8721f180d6aba8df9a8e615e (diff) | |
download | anaconda-dbe767f275a430b2066f91a4808e2a4c8742240d.tar.gz anaconda-dbe767f275a430b2066f91a4808e2a4c8742240d.tar.xz anaconda-dbe767f275a430b2066f91a4808e2a4c8742240d.zip |
try to fix modules.dep
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-x | scripts/mk-images | 2 |
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 |