-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCookbook.xml
More file actions
24 lines (21 loc) · 990 Bytes
/
Cookbook.xml
File metadata and controls
24 lines (21 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="VDG-Cookbook"
version="5.1">
<title>The Virtual Disk Cookbook</title>
<para>
In this section we're just going to cover things you'll find
yourself needing to do from time to time. It's assumed that you're
comfortable with the concepts already and don't need everything
explained. Theory and concepts will be covered later on in <xref
linkend="VDG-Concepts"/>.
</para>
<!-- Links to each recipe follow -->
<xi:include href="cookbook/create-virtual-disks.xml"/>
<xi:include href="cookbook/resize-image.xml"/>
<xi:include href="cookbook/query-an-image-for-information.xml"/>
<xi:include href="cookbook/converting-between-raw-and-qcow2.xml"/>
<xi:include href="cookbook/create-disks-with-backing-images.xml"/>
<xi:include href="cookbook/commit-changes-to-backing-image.xml"/>
<xi:include href="cookbook/cloning-a-physical-disk.xml"/>
</chapter>