diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-02-04 11:33:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-02-04 11:33:26 +0000 |
commit | b43e2d3acf68b8f027e0758a638f35089aaa61f0 (patch) | |
tree | 0b0e68ff7c7902bc1b1aa0fdf7ed1b63d94b267b | |
parent | 10f30f7aaac5d4843c5d6c542389e82fc0ee6ca6 (diff) | |
download | ldetect-lst-b43e2d3acf68b8f027e0758a638f35089aaa61f0.tar ldetect-lst-b43e2d3acf68b8f027e0758a638f35089aaa61f0.tar.gz ldetect-lst-b43e2d3acf68b8f027e0758a638f35089aaa61f0.tar.bz2 ldetect-lst-b43e2d3acf68b8f027e0758a638f35089aaa61f0.tar.xz ldetect-lst-b43e2d3acf68b8f027e0758a638f35089aaa61f0.zip |
s/merge2pcitable/merge2pcitable.pl/
-rw-r--r-- | convert/README.pcitable | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/convert/README.pcitable b/convert/README.pcitable index c792a3e1..9f9afed0 100644 --- a/convert/README.pcitable +++ b/convert/README.pcitable @@ -2,13 +2,13 @@ # How to merge the pcitable with various source: # # update pciutils -./merge2pcitable pciids /usr/share/pci.ids pcitable > pcitable.new +./merge2pcitable.pl pciids /usr/share/pci.ids pcitable > pcitable.new # with redhat's pcitable in /tmp/rh_pcitable (from kudzu or anaconda) -./merge2pcitable pcitable /tmp/rh_pcitable pcitable > pcitable.new +./merge2pcitable.pl pcitable /tmp/rh_pcitable pcitable > pcitable.new # with a new kernel -./merge2pcitable kernel_pcimap $(echo /lib/modules/2.4.*/modules.pcimap | sed 's/ .*//') pcitable > pcitable.new +./merge2pcitable.pl kernel_pcimap $(echo /lib/modules/2.4.*/modules.pcimap | sed 's/ .*//') pcitable > pcitable.new # checking the pcitable -./merge2pcitable pcitable pcitable pcitable > /dev/null +./merge2pcitable.pl pcitable pcitable pcitable > /dev/null |