summaryrefslogtreecommitdiffstats
path: root/rescue/drvinst
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-09-10 10:07:23 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-09-10 10:07:23 +0000
commitc6bd167e9e94b5f2333a831b1f8b13c56e67b8c5 (patch)
tree6075705d2bdb508655a80021d963e6eaf3e1b55c /rescue/drvinst
parent58bc7312b62acc3253708c68ed60951e19522a5e (diff)
downloaddrakx-backup-do-not-use-c6bd167e9e94b5f2333a831b1f8b13c56e67b8c5.tar
drakx-backup-do-not-use-c6bd167e9e94b5f2333a831b1f8b13c56e67b8c5.tar.gz
drakx-backup-do-not-use-c6bd167e9e94b5f2333a831b1f8b13c56e67b8c5.tar.bz2
drakx-backup-do-not-use-c6bd167e9e94b5f2333a831b1f8b13c56e67b8c5.tar.xz
drakx-backup-do-not-use-c6bd167e9e94b5f2333a831b1f8b13c56e67b8c5.zip
drvinst <param> is broken when we don't -v
Diffstat (limited to 'rescue/drvinst')
-rwxr-xr-xrescue/drvinst5
1 files changed, 4 insertions, 1 deletions
diff --git a/rescue/drvinst b/rescue/drvinst
index 1e3899f4b..9f533918e 100755
--- a/rescue/drvinst
+++ b/rescue/drvinst
@@ -20,7 +20,7 @@ local $_ = join '', @ARGV;
sub pci_probe {
my @l;
- foreach (`/usr/bin/lspcidrake`) {
+ foreach (`/usr/bin/lspcidrake -v`) {
push @l, do {
if (/^(\S+)\s*: (.+) \[([^\]]+)/) {
{ driver => $1, description => $2, type => $3 };
@@ -64,6 +64,9 @@ foreach $card (pci_probe()) {
#-------------------------------------------------
#- $Log$
+#- Revision 1.6 2002/09/10 10:07:23 gc
+#- drvinst <param> is broken when we don't -v
+#-
#- Revision 1.5 2001/09/27 16:00:05 gc
#- don't install usb keyboard drivers more than once
#-