diff options
-rw-r--r-- | perl-install/commands.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm index e378ab824..ecbe7774b 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -509,7 +509,7 @@ sub kill { sub lspci { require detect_devices; - print join "\n", detect_devices::stringlist(), ''; + print join "\n", detect_devices::stringlist(1), ''; } *lssbus = *lspci; |