This commit is contained in:
Bob Mottram 2015-06-13 13:11:57 +01:00
parent e413447e44
commit f01aa51560
1 changed files with 2 additions and 2 deletions

View File

@ -328,13 +328,13 @@ function interactive_configuration {
data=$(tempfile 2>/dev/null)
trap "rm -f $data" 0 1 2 5 15
if [[ $INSTALLING_ON_BBB == "no" ]]; then
dialog --backtitle "Random Number Generation" \
dialog --backtitle "Freedombone Configuration" \
--radiolist "Type of Random Number Generator:" 10 40 3 \
1 Haveged on \
2 "Beaglebone built-in HRNG" off \
3 OneRNG off 2> $data
else
dialog --backtitle "Random Number Generation" \
dialog --backtitle "Freedombone Configuration" \
--radiolist "Type of Random Number Generator:" 10 40 3 \
1 Haveged off \
2 "Beaglebone built-in HRNG" on \