diff options
author | Bill Nottingham <notting@redhat.com> | 2002-01-31 00:34:41 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-01-31 00:34:41 +0000 |
commit | e8823027c502fb60f76b237cf7b0328f4137a936 (patch) | |
tree | 4b033ba6b22364810eb55e8980dcb7eba56bdb64 /scripts/mk-dd | |
parent | 33894aa11ec0a3e45a8bda1375f0d9822fc01188 (diff) | |
download | anaconda-e8823027c502fb60f76b237cf7b0328f4137a936.tar.gz anaconda-e8823027c502fb60f76b237cf7b0328f4137a936.tar.xz anaconda-e8823027c502fb60f76b237cf7b0328f4137a936.zip |
deal with new hwdata package
Diffstat (limited to 'scripts/mk-dd')
-rwxr-xr-x | scripts/mk-dd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-dd b/scripts/mk-dd index 34e93c0a6..ceeb9d1ce 100755 --- a/scripts/mk-dd +++ b/scripts/mk-dd @@ -96,7 +96,7 @@ cd /tmp/modules find ${version}* -type f | cpio --quiet -H crc -o | gzip -9 > modules.cgz rm -rf ${version}* echo "$name driver disk" > rhdd-6.1 -grep "$name" /usr/share/kudzu/pcitable > pcitable +grep "$name" /usr/share/hwdata/pcitable > pcitable touch modules.dep /usr/lib/anaconda-runtime/modlist -m -f /usr/lib/anaconda-runtime/loader/module-info $name | sed 's/ "/ "Updated /' > modinfo |