From 55d58e45bb0adcab7ddfe36803b63d7bdf76cbef Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Thu, 21 Aug 2025 10:12:58 -0600 Subject: [PATCH] Pre-install usbutils This gets us `lsusb`, which is missing next to all the other `ls[thing]` tools already pre-installed. This will increase the base image size by 375.5 KB, and pull in no new dependencies. --- 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 7cbaffa..8001794 100644 --- a/mkosi.conf.d/10-packages-cli.conf +++ b/mkosi.conf.d/10-packages-cli.conf @@ -25,6 +25,7 @@ Packages=bash-completion ripgrep tldr tree + usbutils # `lsusb` and other useful troubleshooting tools vim wget wl-clipboard