mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
add alternative link to box close #329
This commit is contained in:
parent
348e66d6f3
commit
cacdd0503a
@ -64,7 +64,11 @@ a `config.vm.provider` block. So first, add Libvirt box using any name you
|
||||
want. This is just an example of Libvirt CentOS 6.4 box available:
|
||||
|
||||
```
|
||||
$ vagrant box add centos64 http://kwok.cz/centos64.box
|
||||
vagrant box add centos64 http://kwok.cz/centos64.box
|
||||
```
|
||||
or
|
||||
```
|
||||
vagrant box add centos64 http://citozin.com/centos64.box
|
||||
```
|
||||
|
||||
### Create Vagrantfile
|
||||
|
Loading…
Reference in New Issue
Block a user