]> git.proxmox.com Git - mirror_lxc.git/commitdiff
lxc-alpine: enable loopback interface by default
authorNatanael Copa <ncopa@alpinelinux.org>
Wed, 16 Oct 2013 12:55:31 +0000 (14:55 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 18 Oct 2013 18:42:46 +0000 (14:42 -0400)
It was probably disabled by a mistake

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-alpine.in

index 05aec7473294be4bcdf636fe39fd7cff08248d9d..5fdf36f756034c57b369e3e6a841d4296c074e6b 100644 (file)
@@ -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