소스 검색

Remove haveged if onerng is installed

Bob Mottram 10 년 전
부모
커밋
75526360ff
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone 파일 보기

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