summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-08-03 19:02:00 +0000
committerJeremy Katz <katzj@redhat.com>2004-08-03 19:02:00 +0000
commite57e1abca73d4e5544466c91ef4216e7fb78c05c (patch)
tree0d014da82597bebd2e9ebd66993df5fcb03ba4d3 /scripts
parent5a5d4b3879d9c91ddf877b9cc3640724281651c3 (diff)
downloadanaconda-e57e1abca73d4e5544466c91ef4216e7fb78c05c.tar.gz
anaconda-e57e1abca73d4e5544466c91ef4216e7fb78c05c.tar.xz
anaconda-e57e1abca73d4e5544466c91ef4216e7fb78c05c.zip
include ignored drivers in the pcitable (#128324)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 113dfd0d7..b81bd3d43 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -311,7 +311,7 @@ makemoduleball() {
getmoddeps "$(find . -name *.ko)" ../modules.dep
# create the pcitable
- $TRIMPCITABLE $(find . -name *.ko -exec basename {} \;) < $PCITABLE > ../pcitable
+ $TRIMPCITABLE ignore $(find . -name *.ko -exec basename {} \;) < $PCITABLE > ../pcitable
# create the modules.pcimap
$TRIMMODMAP $PCITABLE $(find . -name *.ko -exec basename {} \;) < $MODMAPS > ../modules.pcimap