From 0f0c1ba0a3e47f8f97fa7e4df724dbc3a5ca08be Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sat, 18 Sep 2021 15:03:04 +0200 Subject: mbuto: Add some more tools for passt profile Signed-off-by: Stefano Brivio --- mbuto | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mbuto b/mbuto index 4149611..f6faa67 100755 --- a/mbuto +++ b/mbuto @@ -101,7 +101,9 @@ profile_shell() { profile_passt() { PROGS="ash,dash,bash ip mount ls insmod mkdir ln cat chmod lsmod modprobe find grep mknod mv rm umount udhcpc jq iperf3 - dhclient busybox logger" + dhclient busybox logger sed tr chown sipcalc cut md5sum + nc dd strace ping tail killall sleep sysctl nproc + tcp_rr tcp_crr udp_rr which tee" LINKS=" ash,dash,bash /init ash,dash,bash /bin/sh @@ -112,9 +114,11 @@ profile_passt() { ttyS0" DIRS="${DIRS} /tmp" - COPIES="/etc/udhcpc/default.script" + COPIES="/etc/udhcpc/default.script + /sbin/dhclient-script" FIXUP="${FIXUP} - sh +m" + :> /etc/fstab + sh +m" } # Profile to install pbench-server from Fedora packages, spawn shell before init -- cgit v1.2.3