mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-22 07:49:47 -05:00
fix: install libpci by default on sys-net
It is not possible to troubleshoot network module loading without pciutils. Although it is a troubleshooting tools, it is not troubleshooting the network, but to make the system itself be able to load kernel modules and reach the network, therefore necessary.
This commit is contained in:
parent
18204da1a2
commit
972ac77bc2
@ -16,7 +16,6 @@ include:
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- pkgs:
|
||||
- pciutils
|
||||
- net-tools
|
||||
- wireless-tools
|
||||
- socat
|
||||
|
@ -21,5 +21,6 @@ include:
|
||||
- wpasupplicant
|
||||
- gnome-keyring
|
||||
- notification-daemon
|
||||
- pciutils
|
||||
|
||||
{% endif -%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user