diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-08-03 19:02:00 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-08-03 19:02:00 +0000 |
commit | e57e1abca73d4e5544466c91ef4216e7fb78c05c (patch) | |
tree | 0d014da82597bebd2e9ebd66993df5fcb03ba4d3 /scripts | |
parent | 5a5d4b3879d9c91ddf877b9cc3640724281651c3 (diff) | |
download | anaconda-e57e1abca73d4e5544466c91ef4216e7fb78c05c.tar.gz anaconda-e57e1abca73d4e5544466c91ef4216e7fb78c05c.tar.xz anaconda-e57e1abca73d4e5544466c91ef4216e7fb78c05c.zip |
include ignored drivers in the pcitable (#128324)
Diffstat (limited to 'scripts')
-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 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 |