This commit is contained in:
Fabio Rehm 2013-09-20 23:01:24 -03:00
parent c49dfc59ea
commit 5f42f2b4dd

View file

@ -57,6 +57,10 @@ else
lxc-create -n ${RELEASE}-base -t ubuntu -- --release ${RELEASE} --arch ${ARCH}
fi
# Fixes some networking issues
# See https://github.com/fgrehm/vagrant-lxc/issues/91 for more info
echo 'ff02::3 ip6-allhosts' >> ${ROOTFS}/etc/hosts
##################################################################################
# 2 - Prepare vagrant user