From a29701201f1371092cd4f445dded8d9fc5ca6439 Mon Sep 17 00:00:00 2001 From: Lukas Date: Tue, 11 Jan 2022 14:49:42 +0100 Subject: [PATCH] add usb-related tools and drivesrs --- ingredients/base.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ingredients/base.cfg b/ingredients/base.cfg index eb4379d..81cea6c 100644 --- a/ingredients/base.cfg +++ b/ingredients/base.cfg @@ -29,6 +29,8 @@ bootloader --timeout=1 # Set the GNU GRUB bootloader timeout to 1. @core # minimal installation @hardware-support # Provides extended hardware support, and especially extra wireless drivers pciutils # Pciutils provides lspci commandline tool, which is not installed by default +libusb # add usb library (otherwise, USB 3.0 controllers seem to not work) +usbutils # add lsusb utility wget # "The non-interactive network downloader. " Used to fetch files during installation neofetch # a simple tool to show hardware-related informations inside a terminal nano # The nano text editor