From d961c7256874f7fa2113b4f358dbc66eace51fa9 Mon Sep 17 00:00:00 2001 From: themylogin Date: Tue, 20 Feb 2024 12:31:02 +0100 Subject: [PATCH] Use `ixharwdare` package for hardware detection --- conf/build.manifest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/build.manifest b/conf/build.manifest index ba0edd7c..9895bf08 100644 --- a/conf/build.manifest +++ b/conf/build.manifest @@ -545,6 +545,9 @@ sources: - name: ixdiagnose repo: https://github.com/truenas/ixdiagnose branch: master +- name: ixhardware + repo: https://github.com/truenas/ixhardware + branch: master - name: catalog_validation repo: https://github.com/truenas/catalog_validation branch: master