summaryrefslogtreecommitdiffstats
path: root/perl-install/commands.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r--perl-install/commands.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm
index 8b0492786..4176766f3 100644
--- a/perl-install/commands.pm
+++ b/perl-install/commands.pm
@@ -423,7 +423,8 @@ sub kill {
kill $signal, @_ or die "kill failed: $!\n";
}
-sub lspci() {
+sub lspci() { lspcidrake() }
+sub lspcidrake() {
require detect_devices;
print join "\n", detect_devices::stringlist(), '';
}