Backport #91
This commit is contained in:
parent
c49dfc59ea
commit
5f42f2b4dd
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue