add usb-related tools and drivesrs

This commit is contained in:
lukas 2022-01-11 14:49:42 +01:00
parent 35b2691875
commit a29701201f

View File

@ -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