I have configured /etc/network/interface like this:
auto lo eth0
iface lo inet loopback
iface eth0 inet dhcp
But when a lease cannot be obtained, the booting is not completed. Is it possible to leave DHCP enabled but, in case a DHCP lease is not achieved, still complete the boot (so that a new network configuration can be performed)?