From dbd91a3dcb756fc4ea4ba929bd026c8a06d1b24d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 14 Jul 2013 17:04:06 +0100 Subject: [PATCH] Fix eth0 to come up automatically Thank you, Antonio Terceiro. --- vmdebootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmdebootstrap b/vmdebootstrap index 7327414..a7a67e1 100755 --- a/vmdebootstrap +++ b/vmdebootstrap @@ -310,7 +310,7 @@ class VmDebootstrap(cliapp.Application): if self.settings['enable-dhcp']: f.write('\n') - f.write('allow-hotplug eth0\n') + f.write('auto eth0\n') f.write('iface eth0 inet dhcp\n') f.close() -- 2.39.2