Add lxc.conf to box package

This commit is contained in:
Fabio Rehm 2013-06-08 01:02:28 -03:00
parent e4e64d69eb
commit b8d58d8a13

View file

@ -45,6 +45,7 @@ module Vagrant
box_dir = @env[:machine].box.directory
FileUtils.cp box_dir.join('lxc-template').to_s, @env['package.directory'].to_s
FileUtils.cp box_dir.join('metadata.json').to_s, @env['package.directory'].to_s
FileUtils.cp box_dir.join('lxc.conf').to_s, @env['package.directory'].to_s
end
end
end