intel / lkp-tests

Linux Kernel Performance tests
GNU General Public License v2.0
251 stars 153 forks source link

distro/installer/ubuntu: avoid entering interactive mode #376

Closed Cypresslin closed 2 months ago

Cypresslin commented 2 months ago

When trying to install the iperf3 package on Ubuntu Noble, it will drop into an interactive mode asking if we should start iper3 as a daemon automatically.

Avoid this by using the following command for apt command on Ubuntu: yes "" | DEBIAN_FRONTEND=noninteractive

rli9 commented 2 months ago

thanks for the patch