Comment 3 for bug 363958

Revision history for this message
Joke de Buhr (joke) wrote :

The dropbear init-premount sript should not start configure_network in background.

In "/usr/share/initramfs-tools/scripts/init-premount/dropbear" replace:
    configure_networking &
with
    configure_networking

This way the networking script has time to configure everything before the dropbear daemons gets started.