4 Commits

Author SHA1 Message Date
588bc932de feat(role): Add package stress-ng
... for load testing hardware
2025-08-10 23:58:25 +02:00
25b59beb72 feat(role): Add package traceroute
... for network debugging and analytics
2025-08-10 23:57:17 +02:00
b07a77fa8f feat(role): Add package debconf-utils to Debian
We'd like to do debconf-get-selections to check contents of the
debconf database.
2025-08-10 23:55:32 +02:00
b599fcc34f feat(role): Add package dhcping
For DHCP client-to-server connection debugging
2025-05-20 19:34:27 +02:00

View File

@@ -3,6 +3,7 @@ packages_linux_common_all_families:
- 'bc'
- 'btop'
- 'dosfstools'
- 'dhcping'
- 'fping'
- 'git'
- 'iperf3'
@@ -19,9 +20,11 @@ packages_linux_common_all_families:
- 'pigz'
- 'pv'
- 'rsync'
- 'stress-ng'
- 'swaks'
- 'tcpdump'
- 'tmux'
- 'traceroute'
- 'tree'
- 'unzip'
- 'wget'
@@ -45,6 +48,7 @@ packages_linux_paru_archlinux:
packages_linux_common_debian:
- 'apt-file'
- 'bind9-dnsutils'
- 'debconf-utils'
- 'exa'
- 'flent'
- 'gdisk'