init random generation

This commit is contained in:
macmpi 2023-05-12 09:26:50 +02:00
parent fa08356540
commit a518b2d421
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -10,6 +10,8 @@ logger -st ${0##*/} "Alpine Linux headless bootstrap v$VERSION by macmpi"
mkdir /tmp/.trash
ovlpath=$( find /media -maxdepth 2 -type d -path '*/.*' -prune -o -type f -name *.apkovl.tar.gz -exec dirname {} \; | head -1 )
# Help randomess for wpa_supplicant and ssh server
rc-service seedrng start
## Setup Network interfaces
if [ -f "${ovlpath}/wpa_supplicant.conf" ]; then