Pre-install iotop and iw

They're useful, and we already have CLI config tools for other kinds of
devices.

This adds approximately 500 KB to the base image.
This commit is contained in:
Nate Graham
2025-10-24 13:13:31 -06:00
parent 327c5d5e9e
commit c262e86b2c
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ Packages=alsa-utils # alsamixer and other useful audio debugging tools
fd
gping
htop
iotop # Fancy disk usage monitoring
iw # Kernel-level wireless configuration
jq
kdialog # custom dialogs for automation
less

View File

@@ -17,6 +17,7 @@ known_alternatives = {
"ifdown" : "ip link set [interface] down",
"ifup" : "ip link set [interface] up",
"iptunnel" : "ip tunnel",
"iwconfig" : "iw",
"nameif" : "ip link",
"netstat" : "ss",
"nslookup" : "resolvectl query",