Discussion:
[pve-devel] [PATCH manager] add pciutils as dependency
Dominik Csapak
2018-11-28 10:40:27 UTC
Permalink
the package is not big, installed by default in the installer,
makes the pci scan much prettier, and we call lspci in the pvereport

Signed-off-by: Dominik Csapak <***@proxmox.com>
---
debian/control | 1 +
1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 19b127ac..d6b08d64 100644
--- a/debian/control
+++ b/debian/control
@@ -67,6 +67,7 @@ Depends: apt-transport-https,
lzop,
netcat-traditional,
novnc-pve,
+ pciutils,
perl (>= 5.10.0-19),
postfix | mail-transport-agent,
proxmox-widget-toolkit (>= 1.0-17),
--
2.11.0
Thomas Lamprecht
2018-11-28 10:56:57 UTC
Permalink
Post by Dominik Csapak
the package is not big, installed by default in the installer,
makes the pci scan much prettier, and we call lspci in the pvereport
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index 19b127ac..d6b08d64 100644
--- a/debian/control
+++ b/debian/control
@@ -67,6 +67,7 @@ Depends: apt-transport-https,
lzop,
netcat-traditional,
novnc-pve,
+ pciutils,
perl (>= 5.10.0-19),
postfix | mail-transport-agent,
proxmox-widget-toolkit (>= 1.0-17),
applied

Loading...