Add lxc.conf to box package
This commit is contained in:
parent
e4e64d69eb
commit
b8d58d8a13
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue