Don't assume everyone's /etc/[default/]rc.conf 'entropy_file' is "/entropy".
This commit is contained in:
parent
e2928bd733
commit
a814c9089c
@ -30,7 +30,7 @@ if [ -n "${soft_random_generator}" ] ; then
|
||||
# First pass at reseeding /dev/random.
|
||||
#
|
||||
if [ -w /dev/random ]; then
|
||||
feed_dev_random "/entropy"
|
||||
feed_dev_random ${entropy_file}
|
||||
fi
|
||||
|
||||
echo -n ' kickstart'
|
||||
|
Loading…
Reference in New Issue
Block a user