Skip to content

Commit

Permalink
3-step xinclude
Browse files Browse the repository at this point in the history
  • Loading branch information
tbazant committed Jan 16, 2024
1 parent 3675d2b commit 1e9ec9d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
26 changes: 26 additions & 0 deletions snippets/vmm-procedure-start.xml
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&apos;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>
5 changes: 3 additions & 2 deletions tasks/vm-configure-boot-vmm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
</info>
<xi:include href="../snippets/vmm-short-description.xml"/>
<procedure>
<xi:include href="../snippets/vmm-step1.xml"/>
<xi:include href="../snippets/vmm-procedure-start.xml" xpointer="xmlns(d=http://docbook.org/ns/docbook)xpointer(//d:step)"/>
<!-- <xi:include href="../snippets/vmm-step1.xml"/>
<xi:include href="../snippets/vmm-step2.xml"/>
<xi:include href="../snippets/vmm-step3.xml"/>
<xi:include href="../snippets/vmm-step3.xml"/> -->
<step>
<para>
Click <guimenu>Boot Options</guimenu> to view options that affect the &vmguest; boot
Expand Down

0 comments on commit 1e9ec9d

Please sign in to comment.