Update Ubuntu dependencies of VagrantUp in docs
In Ubuntu 16.04, Vagrant up process requires qemu-utils and qemu-kvm Change-Id: Idb89f3ace6ada1df2db32579b3f1da289547efa8
This commit is contained in:
parent
c724865674
commit
ce2a50843d
@ -57,7 +57,8 @@ For Ubuntu 16.04 or later:
|
||||
.. code-block:: console
|
||||
|
||||
sudo apt-get install vagrant ruby-dev ruby-libvirt python-libvirt \
|
||||
libvirt-dev nfs-kernel-server zlib1g-dev libpng12-dev gcc git
|
||||
qemu-utils qemu-kvm libvirt-dev nfs-kernel-server zlib1g-dev libpng12-dev \
|
||||
gcc git
|
||||
|
||||
.. end
|
||||
|
||||
@ -115,6 +116,10 @@ a password, add the user to the libvirt group:
|
||||
|
||||
.. end
|
||||
|
||||
.. note::
|
||||
|
||||
In Ubuntu 16.04 and later, libvirtd group is used.
|
||||
|
||||
Setup NFS to permit file sharing between host and VMs. Contrary to the rsync
|
||||
method, NFS allows both way synchronization and offers much better performance
|
||||
than VirtualBox shared folders. For CentOS:
|
||||
@ -143,6 +148,11 @@ than VirtualBox shared folders. For CentOS:
|
||||
|
||||
.. end
|
||||
|
||||
.. note::
|
||||
|
||||
You may not have to do this because Ubuntu uses Uncomplicated Firewall (ufw)
|
||||
and ufw is disabled by default.
|
||||
|
||||
#. Start required services for NFS:
|
||||
|
||||
.. code-block:: console
|
||||
|
Loading…
Reference in New Issue
Block a user