Comment 21 for bug 20960

Revision history for this message
Ricardo Pérez López (ricardo) wrote :

(In reply to comment #20)
> In theory it should not be there by default, adding the auto line (and also
> removing the hotplug map line) means that your boot sequence will wait for the
> device to be configured -- for laptops with a wired and wireless card this can
> add a minute or two to the boot sequence,

I have the auto line, but I didn't remove the hotplug map line.

Here's my /etc/network/interfaces:

------- BEGINS HERE
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
        script grep
        map eth1

# The primary network interface
iface eth1 inet dhcp

auto eth1
------- ENDS HERE