Fix for :dvd example in disks configuration docs.
This commit is contained in:
parent
2eb4406e2e
commit
7d5c1fc12e
@ -61,7 +61,7 @@ You can set a disk type with the first argument of a disk config in your Vagrant
|
||||
|
||||
```ruby
|
||||
config.vm.disk :disk, name: "backup", size: "10GB"
|
||||
config.vm.disk :dvd, name: "installer", path: "./installer.iso"
|
||||
config.vm.disk :dvd, name: "installer", file: "./installer.iso"
|
||||
config.vm.disk :floppy, name: "cool_files"
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user