dropbear: start on started network

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-27 03:07:40 +02:00
parent f83b5b1b5b
commit e7fc979e47

View File

@ -31,6 +31,8 @@ RSAPUB_KEY_FILE="/storage/.cache/dropbear/dropbear_rsa_host_key.pub"
DSS_KEY_FILE="/storage/.cache/dropbear/dropbear_dss_host_key"
(
wait_for_network
# Check for the Dropbear RSA key
if [ ! -f $RSA_KEY_FILE ] ; then
progress "SSH: generating rsa key"