mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Back out increasing entropy file size workaround and wait for real fix instead.
Requested by: markm
This commit is contained in:
parent
f5271ebc2f
commit
7e290fd42a
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ case ${entropy_file} in
|
|||
;;
|
||||
*)
|
||||
dd if=/dev/random of=${entropy_file_confirmed} \
|
||||
bs=16384 count=1 2> /dev/null
|
||||
bs=4096 count=1 2> /dev/null
|
||||
;;
|
||||
esac
|
||||
umask ${oumask}
|
||||
|
|
|
|||
Loading…
Reference in a new issue