]> xenbits.xensource.com Git - libvirt.git/commitdiff
Added a paragraph about running mkpasswd/mkgroup commands after first install.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 28 Nov 2007 17:17:06 +0000 (17:17 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 28 Nov 2007 17:17:06 +0000 (17:17 +0000)
docs/libvir.html
docs/windows.html

index 9a6aea6f24af4b58a509b5efccbfeeb3d7bc0704..bb4aa945fd83776f32aa4e092548087cd897a437 100644 (file)
@@ -1670,6 +1670,14 @@ source on Windows:
     (either click on the desktop icon or look for Cygwin bash shell
     in the Start menu). </p>
 
+  <p> The very first time you start the Cygwin bash shell, you may
+    find you need to run the <code>mkpasswd</code> and <code>mkgroup</code>
+    commands in order to create <code>/etc/passwd</code> and
+    <code>/etc/group</code> files from Windows users.  If this
+    is needed then a message is printed in the shell.
+    Note that you need to do this as Windows Administrator. </p>
+</li>
+
 <li>
   <p>
     Check out
index f5ec48b45f92a996f10588a9088c77898065c3ae..cc960c2a9880220b031cdb3128582cddd478c3be 100644 (file)
@@ -95,7 +95,15 @@ source on Windows:
     (either click on the desktop icon or look for Cygwin bash shell
     in the Start menu). </p>
 
-</li><li>
+  <p> The very first time you start the Cygwin bash shell, you may
+    find you need to run the <code>mkpasswd</code> and <code>mkgroup</code>
+    commands in order to create <code>/etc/passwd</code> and
+    <code>/etc/group</code> files from Windows users.  If this
+    is needed then a message is printed in the shell.
+    Note that you need to do this as Windows Administrator. </p>
+</li>
+
+<li>
   <p>
     Check out
     <a href="http://www.libvirt.org/downloads.html">Libvirt from CVS</a> and