From 1500b5937d435b4844b196f7e5c6ff47c2f43397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Thu, 30 Sep 2021 18:09:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=B2=20Add=20haveged=20to=20provide=20e?= =?UTF-8?q?ntropy=20on=20some=20VMs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prepare-vms/lib/postprep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-vms/lib/postprep.py b/prepare-vms/lib/postprep.py index 87812e4f..61c3da33 100755 --- a/prepare-vms/lib/postprep.py +++ b/prepare-vms/lib/postprep.py @@ -140,7 +140,7 @@ system("sudo chmod +x /usr/local/bin/docker-machine") system("docker-machine version") system("sudo apt-get remove -y --purge dnsmasq-base") -system("sudo apt-get -qy install python-setuptools pssh apache2-utils httping htop unzip mosh tree") +system("sudo apt-get -qy install python-setuptools pssh apache2-utils httping htop unzip mosh tree haveged") ### Wait for Docker to be up. ### (If we don't do this, Docker will not be responsive during the next step.)