vagrant-lxc-ng/lib/vagrant-lxc
Franz Pletz be12f11ced Set container utsname to configured hostname per default
Previously, the utsname of a machine was set to the vagrant machine ID.
As the utsname represents the hostname of the machine and is independent
from the name of the actual LXC container, the hostname that was
specified in the Vagrantfile should be used instead. If no hostname is
provided, the machine ID will be used like before.

Additionally, this will trigger the DHCP client in the container to send
the correct hostname to the DHCP server on the first request at boot.
Vagrant sets the configured hostname only after the network is up. If
for example automatic DNS updates are configured, the right DNS record
will be created every time.
2014-03-13 19:06:05 +01:00
..
action Set container utsname to configured hostname per default 2014-03-13 19:06:05 +01:00
backports/action core: "Tag" ShareFolders action as backport functionality 2014-03-13 00:57:36 -03:00
driver Merge branch 'master' of https://github.com/hiono/vagrant-lxc into next 2014-02-02 19:50:58 -02:00
provider/cap core: Introduce a public_address capability so that we can use vagrant share 2014-03-13 00:57:36 -03:00
action.rb core: Fix vagrant ssh [GH-252] 2014-03-13 09:42:39 -03:00
config.rb remove naming cruft, clarify comment 2014-02-18 03:05:14 -05:00
driver.rb core: Fix synced folder creation (AKA first bug caught with vagrant-spec) 2014-03-13 00:57:36 -03:00
errors.rb Show something meaningful to the user in case the container already exists [GH-132] 2014-02-02 19:27:08 -02:00
plugin.rb core: Enable paralelization for Vagrant 1.2+ only 2014-03-13 00:57:37 -03:00
provider.rb Check for whether lxc is installed using lxc-create 2014-02-12 01:41:55 -02:00
sudo_wrapper.rb Show something meaningful to the user in case the container already exists [GH-132] 2014-02-02 19:27:08 -02:00
synced_folder.rb core: Get the plugin to work on Vagrant 1.4 nicely 2014-03-13 00:57:37 -03:00
version.rb 🤘 Yeah baby, we are getting to 1.0 🤘 2014-03-13 00:57:37 -03:00