mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Update README.md (#1458)
This commit is contained in:
@@ -1295,7 +1295,7 @@ Currently only redirecting to a file is supported.
|
|||||||
Vagrant.configure("2") do |config|
|
Vagrant.configure("2") do |config|
|
||||||
config.vm.define :test do |test|
|
config.vm.define :test do |test|
|
||||||
test.vm.provider :libvirt do |domain|
|
test.vm.provider :libvirt do |domain|
|
||||||
domain.serial :type => "file", :source => {:path => "/var/log/vm_consoles/test.log}
|
domain.serial :type => "file", :source => {:path => "/var/log/vm_consoles/test.log"}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user