diff --git a/vagrant/lib/forklift/box_distributor.rb b/vagrant/lib/forklift/box_distributor.rb index 86afe1a33..d8afc3927 100644 --- a/vagrant/lib/forklift/box_distributor.rb +++ b/vagrant/lib/forklift/box_distributor.rb @@ -88,6 +88,7 @@ def define_vm(config, box = {}) "#{box.fetch('name').to_s.tr('.', '-')}.#{domain}" end + ENV['LC_ALL'] = 'C.UTF-8' resize_disk(machine) if box.fetch('disk_size', false) networks = configure_networks(box.fetch('networks', []))