Update README.md (#1458)

This commit is contained in:
Alex
2022-03-03 17:45:46 +01:00
committed by GitHub
parent 192a9e00df
commit 1b8a70163b

View File

@@ -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