No networking in live-cd

Bug #946783 reported by Spencer Krum
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
live-build (Ubuntu)
Expired
High
Unassigned

Bug Description

The /etc/networking/interfaces file in the default live-cd environment has:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

This prevents network-manager from managing the wired interface on the system.

This is on Ubuntu Precise 12.04 Development Branch i386

Revision history for this message
Steve Langasek (vorlon) wrote :

I haven't been able to locate the code for this in any of the liveCD packages. The closest I've seen is in casper, which does:

    if [ -z "${NETBOOT}" ]; then
        # default, dhcp assigned
        method="dhcp"
    else
        # make sure that the preconfigured interface would not get reassigned by dhcp
        # on startup by ifup script - otherwise our root fs might be disconnected!
        method="manual"
    fi

was this a netboot install?

Changed in live-build (Ubuntu):
importance: Undecided → High
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for live-build (Ubuntu) because there has been no activity for 60 days.]

Changed in live-build (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.