From: Natanael Copa Date: Wed, 16 Oct 2013 12:55:31 +0000 (+0200) Subject: lxc-alpine: enable loopback interface by default X-Git-Tag: lxc-1.0.0.alpha2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d460a3856376a043b3fa9addee50f89d21fa747;p=thirdparty%2Flxc.git lxc-alpine: enable loopback interface by default It was probably disabled by a mistake Signed-off-by: Natanael Copa Acked-by: Stéphane Graber --- diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in index 05aec7473..5fdf36f75 100644 --- a/templates/lxc-alpine.in +++ b/templates/lxc-alpine.in @@ -110,9 +110,8 @@ EOF grep nameserver /etc/resolv.conf > "$rootfs/etc/resolv.conf" # configure the network using the dhcp - # note that lxc will set up lo interface cat < $rootfs/etc/network/interfaces -#auto lo +auto lo iface lo inet loopback auto eth0