[baseimage]: add commonly used network tools (#1832)
* [baseimage]: add commonly used network tools
This commit is contained in:
parent
3fc56f07e8
commit
0e5c5f2601
@ -222,7 +222,11 @@ sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y in
|
||||
sysfsutils \
|
||||
grub2-common \
|
||||
ethtool \
|
||||
screen
|
||||
screen \
|
||||
hping3 \
|
||||
python-scapy \
|
||||
tcptraceroute \
|
||||
mtr-tiny
|
||||
|
||||
sudo LANG=C DEBIAN_FRONTEND=noninteractive chroot $FILESYSTEM_ROOT apt-get -y download \
|
||||
grub-pc-bin
|
||||
|
Loading…
Reference in New Issue
Block a user