diff options
author | bertagaz <bertagaz@ptitcanardnoir.org> | 2016-12-01 18:04:48 +0100 |
---|---|---|
committer | bertagaz <bertagaz@ptitcanardnoir.org> | 2016-12-01 18:04:48 +0100 |
commit | b9565df82e515feb4bcaeacf571048b3efacd054 (patch) | |
tree | ed165d209557fc8e8c603ffffb6fedc27ee75e44 | |
parent | 0e2a59024aceab9b2dd55ffd47cfbdb0c5fd3b4b (diff) | |
parent | e257e9ff0458b7e99a23c896250cd86f8586c33c (diff) |
Merge branch 'wip/feature/11979-additional-disk-for-apt-cacher-ng' into wip/feature/11972-11979-vagrantwip/feature/11972-11979-vagrant
-rw-r--r-- | vagrant/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 4fea384..3f26ef2 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -43,6 +43,6 @@ Vagrant.configure("2") do |config| VM_MEMORY_FOR_DISK_BUILDS cpus = ENV['TAILS_BUILD_CPUS'] domain.cpus = cpus unless cpus.nil? - domain.storage :file, :size => '15G', :allow_existing => true, :cache => 'none', :path => '/var/lib/libvirt/images/apt-cacher-ng.qcow2' + domain.storage :file, :size => '15G', :allow_existing => true, :cache => 'none', :path => 'apt-cacher-ng-data.qcow2' end end |