On 08/24/2011 07:19 PM, Sasha Levin wrote:
This patch adds the following improvements:

  * Automatically start dhcpcd. Since we provide usermode netowrking
we should make it fully transparent to the user.

On my hosts, I have dhclient instead of dhcpd.


+       puts("Running dhcpcd...");
+
+       system("dhcpcd -z eth* -A");
+
        puts("Starting '/bin/sh'...");


Better not depend on interface names, instead get the interface names from the kernel.

--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to