If you look up the package on the ArchWiki repository, there’s a Gitlab page where you can find the file that is used to make the releng
ISO: relevant packages.x86_64 file. There’s a similar file in that repository for the minimum number of packages for install if you want to trim down your number of installed packages.
What you can then do is set up a local repository for the setup pacman.conf
(the one in your working project directory) and include your driver as a precompiled pacman package. This page on the ArchWiki shows how to set that up, but if you want the gist of it,
- Navigate to a folder where you want the local repository
- Execute
repo-add
[repository name] [list of packages to add, separated by space] - Add local repository to setup
pacman.conf
You can do something similar such that the drivers will be installable from the iso itself - just place your repository somewhere inside the airootfs/etc/
directory and modify etc/pacman.conf
.