tmatilai / vagrant-proxyconf

Vagrant plugin that configures the virtual machine to use proxies
MIT License
531 stars 74 forks source link

Enable CoreOS support again now that root partition can be written to #62

Closed jperville closed 10 years ago

jperville commented 10 years ago

As @tmatilai commented in coreos/coreos-vagrant#30, recent (later than 286.0) versions of CoreOS features a writable root partition, allowing to set environment variables in /etc/profile.d (and other places). This pull request undoes #35 and enable the plugin again for CoreOS hosts.

tmatilai commented 10 years ago

Thanks!