Comment 1 for bug 946783

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?