diff --git a/docs/en-US/hypervisor-installation.xml~432ff7ecbe1efface7fedf482be8a89518f3cd33 b/docs/en-US/hypervisor-installation.xml~432ff7ecbe1efface7fedf482be8a89518f3cd33
new file mode 100644
index 00000000000..b0fc9f46ddb
--- /dev/null
+++ b/docs/en-US/hypervisor-installation.xml~432ff7ecbe1efface7fedf482be8a89518f3cd33
@@ -0,0 +1,31 @@
+
+
+%BOOK_ENTITIES;
+]>
+
+
+
+
+ Hypervisor Installation
+
+
+
+
+
diff --git a/docs/en-US/hypervisor-installation.xml~HEAD b/docs/en-US/hypervisor-installation.xml~HEAD
new file mode 100644
index 00000000000..b0fc9f46ddb
--- /dev/null
+++ b/docs/en-US/hypervisor-installation.xml~HEAD
@@ -0,0 +1,31 @@
+
+
+%BOOK_ENTITIES;
+]>
+
+
+
+
+ Hypervisor Installation
+
+
+
+
+
diff --git a/docs/en-US/nfs-shares-on-management-server.xml b/docs/en-US/nfs-shares-on-management-server.xml
index 2c9b324d1a2..c000ce4818d 100644
--- a/docs/en-US/nfs-shares-on-management-server.xml
+++ b/docs/en-US/nfs-shares-on-management-server.xml
@@ -23,10 +23,15 @@
-->
- Using the Management Server As the NFS Server
+ Using the Management Server as the NFS Server
This section tells how to set up NFS shares for primary and secondary storage on the same node with the Management Server. This is more typical of a trial installation, but is technically possible in a larger deployment. It is assumed that you will have less than 16TB of storage on the host.
The exact commands for the following steps may vary depending on your operating system version.
+ On Ubuntu/Debian systems, you'll need to install the nfs-kernel-server package:
+
+$ sudo apt-get install nfs-kernel-server
+
+
On the Management Server host, create two directories that you will use for primary and secondary storage. For example:
# mkdir -p /export/primary