Skip to content

Commit

Permalink
Helps VM to get RNG during init
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertilmans committed Jul 25, 2019
1 parent a540307 commit 55d9d6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create_net.sh
Expand Up @@ -361,7 +361,8 @@ sudo systemctl daemon-reload
sudo systemd-run --property='After=apt-daily.service apt-daily-upgrade.service' --wait /bin/true
sudo env DEBIAN_FRONTEND=noninteractive apt-get -y purge unattended-upgrades
sudo env DEBIAN_FRONTEND=noninteractive apt-get -y update
sudo env DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' install build-essential gcc git libelf-devel iperf
sudo env DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' install build-essential gcc git libelf-devel iperf haveged
sudo systemctl enable haveged
EOF
done
}
Expand Down

0 comments on commit 55d9d6f

Please sign in to comment.