From 46c929a99b7d507451d8385b315ae7ef9e7cbed5 Mon Sep 17 00:00:00 2001 From: Mathew McBride Date: Tue, 12 Dec 2023 04:48:37 +0000 Subject: T5826: ensure dmidecode is installed as a dependency of vyos-1x dmicode is used in the "show hardware dmi" and to derive synthetic MAC addresses (see python/vyos/ifconfig/interface.py). On non-x86 platforms like arm64 it may not be pulled in explictly by other packages (like libparted2) so add it as an explicit dependency. --- debian/control | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/control b/debian/control index 816d41944..08adc8a68 100644 --- a/debian/control +++ b/debian/control @@ -279,6 +279,8 @@ Depends: # For "run monitor traffic" tcpdump, # End "run monitor traffic" +# For "show hardware dmi" + dmidecode, # For "run show hardware storage smart" smartmontools, # For "run show hardware scsi" -- cgit v1.2.3