mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
add module 9pnet_virtio
This commit is contained in:
parent
2050efd4d0
commit
b0f9dc95b1
@ -28,6 +28,7 @@ module VagrantPlugins
|
||||
:tries => 5,
|
||||
:sleep => 3) do
|
||||
machine.communicate.sudo('modprobe 9p')
|
||||
machine.communicate.sudo('modprobe 9pnet_virtio')
|
||||
machine.communicate.sudo(mount_command,
|
||||
:error_class => Vagrant::Errors::LinuxMountFailed)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user