mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
Added a paragraph about running mkpasswd/mkgroup commands after first install.
This commit is contained in:
parent
df0525a911
commit
dbfdd329f2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user