-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE procedure [ | ||
<!ENTITY % entities SYSTEM "../common/generic-entities.ent"> | ||
%entities; | ||
]> | ||
<procedure xmlns="http://docbook.org/ns/docbook" version="5.2" | ||
xmlns:xi="http://www.w3.org/2001/XInclude" | ||
xmlns:xlink="http://www.w3.org/1999/xlink"> | ||
<step> | ||
<para> | ||
Start &vmm; by running the <command>virt-manager</command> command from the command line. | ||
</para> | ||
</step> | ||
<step> | ||
<para> | ||
Left-click the virtual machine that you need to view or modify from the list of virtual | ||
machines and select <guimenu>Open</guimenu>. | ||
</para> | ||
</step> | ||
<step> | ||
<para> | ||
In the virtual machine's console window, select <menuchoice> <guimenu>View</guimenu> | ||
<guimenu>Details</guimenu> </menuchoice> from the menu, or click <guimenu>Show virtual | ||
hardware details</guimenu> in the toolbar. | ||
</para> | ||
</step> | ||
</procedure> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters