[lxc-devel] [PATCH] lxc-alpine: enable loopback interface by default

Natanael Copa ncopa at alpinelinux.org
Wed Oct 16 12:55:31 UTC 2013


It was probably disabled by a mistake

Signed-off-by: Natanael Copa <ncopa at alpinelinux.org>
---
 templates/lxc-alpine.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in
index 05aec74..5fdf36f 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 <<EOF > $rootfs/etc/network/interfaces
-#auto lo
+auto lo
 iface lo inet loopback
 
 auto eth0
-- 
1.8.4





More information about the lxc-devel mailing list