Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
Backport #91
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Sep 21, 2013
1 parent c49dfc5 commit 5f42f2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boxes/build-ubuntu-box.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f42f2b

Please sign in to comment.