summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMathew McBride <matt@traverse.com.au>2023-12-12 04:48:37 +0000
committerMathew McBride <matt@traverse.com.au>2023-12-14 14:12:32 +1100
commit46c929a99b7d507451d8385b315ae7ef9e7cbed5 (patch)
treeaceee2352574f4704620e00633609605d6e5c913 /debian
parent0d6b2d8669f88a12b7edcd88e086939c3b54b904 (diff)
downloadvyos-1x-46c929a99b7d507451d8385b315ae7ef9e7cbed5.tar.gz
vyos-1x-46c929a99b7d507451d8385b315ae7ef9e7cbed5.zip
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.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
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"