Comment 7 for bug 430820

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

I believe that Etienne is correct.

Upon installation of the Node Controller, my networking was broken until I configured eth0 to "manual", while leaving br0 to dhcp. I did, in fact, draw a dhcp address.

I'm fixing this with the following in debian/eucalyptus-udeb.finish-install:

+ sed -i "s/^iface $interface inet dhcp$/iface $interface inet manual/" /target/etc/network/interfaces

:-Dustin