mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Don't assume everyone's /etc/[default/]rc.conf 'entropy_file' is "/entropy".
This commit is contained in:
parent
d0f1363370
commit
749fdbb557
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130181
@ -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