From aafc0bcb4151fa0f5c208abc3dca7af92cd47f1d Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Mon, 6 Oct 2025 21:21:55 -0600 Subject: [PATCH] Pre-install lshw This provides a fancy readout of your hardware that's useful for debugging, and also allows the DaVinci Resolve distrobox container to work. This will add 8.1 MB to the base image size. --- mkosi.conf.d/10-packages-cli.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi.conf.d/10-packages-cli.conf b/mkosi.conf.d/10-packages-cli.conf index 26730be..d3ba40d 100644 --- a/mkosi.conf.d/10-packages-cli.conf +++ b/mkosi.conf.d/10-packages-cli.conf @@ -17,6 +17,7 @@ Packages=alsa-utils # alsamixer and other useful audio debugging tools jq kdialog # custom dialogs for automation less + lshw # fancy hardware listing lsof man-db # Classic `man` man-pages # Manual pages for things