Remove haveged if onerng is installed

This commit is contained in:
Bob Mottram 2015-06-14 19:37:12 +01:00
parent 23a4809be4
commit 75526360ff
1 changed files with 3 additions and 0 deletions

View File

@ -4752,6 +4752,9 @@ function check_onerng_verification {
exit 735026
fi
fi
echo 'OneRNG firmware verification passed'
# if haveged was previously installed then remove it
apt-get -y remove haveged
}
function install_onerng {