1- .\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32
1+ .\" Automatically generated by Pod::Man 2.16 ( Pod::Simple 3.07)
22.\"
33.\" Standard preamble:
44.\" ========================================================================
2525..
2626.\" Set up some character translations and predefined strings. \*(-- will
2727.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
28- .\" double quote, and \*(R" will give a right double quote. | will give a
29- .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to
30- .\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C'
31- .\" expand to `' in nroff, nothing in troff, for use with C<>.
32- .tr \(*W -| \( bv \*( Tr
28+ .\" double quote, and \*(R" will give a right double quote. \*(C+ will
29+ .\" give a nicer C++. Capital omega is used to do unbreakable dashes and
30+ .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
31+ .\" nothing in troff, for use with C<>.
32+ .tr \(*W -
3333.ds C+ C\v '-.1v' \h '-1p' \s- 2 +\h '-1p' +\s 0 \v '.1v' \h '-1p'
3434.ie n \{\
3535. ds -- \(*W -
4848. ds R" ''
4949'br\}
5050.\"
51+ .\" Escape single quotes in literal strings from groff's Unicode transform.
52+ .ie \n( .g .ds Aq \(aq
53+ .el .ds Aq '
54+ .\"
5155.\" If the F register is turned on, we'll generate index entries on stderr for
5256.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
5357.\" entries marked with X<> in POD. Of course, you'll have to process the
5458.\" output yourself in some meaningful fashion.
55- .if \n F \{\
59+ .ie \n F \{\
5660. de IX
5761. tm Index:\\$1 \t \\n % \t "\\$2 "
5862..
5963. nr % 0
6064. rr F
6165.\}
62- .\"
63- .\" For nroff, turn off justification. Always turn off hyphenation; it makes
64- .\" way too many mistakes in technical documents.
65- .hy 0
66- .if n .na
66+ .el \{\
67+ . de IX
68+ ..
69+ .\}
6770.\"
6871.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
6972.\" Fear. Run. Save yourself. No user-serviceable parts.
129132.\" ========================================================================
130133.\"
131134.IX Title " virt-image 5"
132- .TH virt-image 5 "2008-05-08" "perl v5.8.8" "Virtual Machine Install Tools"
135+ .TH virt-image 5 "2009-12-01" "" "Virtual Machine Install Tools"
136+ .\" For nroff, turn off justification. Always turn off hyphenation; it makes
137+ .\" way too many mistakes in technical documents.
138+ .if n .ad l
139+ .nh
133140.SH "NAME"
134141virt\- image \- Format of the virtual image XML descriptor
135142.SH "DESCRIPTION"
@@ -223,7 +230,7 @@ element, it defaults to \f(CW\*(C`on\*(C'\fR.
223230.IX Item " The details of booting the image's operating system"
224231The \fB os \fR element for fully-virtualized \f(CW \*( C` hvm \*( C' \fR guests contains a \fB loader \fR
225232element whose \fB dev \fR attribute indicates whether to boot off a hard disk
226- (\f(CW \*( C` dev='hd' \*( C' \fR ) or off a CD-ROM (\f(CW \*( C` dev='cdrom' \*( C' \fR )
233+ (\f(CW \*( C` dev= \*( Aq hd \*( Aq \*( C' \fR ) or off a CD-ROM (\f(CW \*( C` dev= \*( Aq cdrom \*( Aq \*( C' \fR )
227234.Sp
228235For paravirtualized guests, the \fB os \fR element either contains a
229236\& \f(CW \*( C` <loader>pygrub</loader> \*( C' \fR element, indicating that the guest should be
@@ -276,8 +283,8 @@ The image descriptor below can be used to create a virtual machine running
276283the System Rescue \s- 1 CD\s 0 (\f(CW \*( C` http://www.sysresccd.org/ \*( C' \fR ) Besides the descriptor,
277284you only need the \s- 1 ISO\s 0 image from the System Rescue \s- 1 CD\s 0 website.
278285.PP
279- .Vb 27
280- \& <?xml version="1.0" encoding="UTF-8"?>
286+ .Vb 10
287+ \& <?xml version="1.0" encoding="UTF\ - 8"?>
281288\& <image>
282289\& <name>sysresccd</name>
283290\& <domain>
@@ -300,7 +307,7 @@ you only need the \s-1ISO\s0 image from the System Rescue \s-1CD\s0 website.
300307\& </domain>
301308\& <storage>
302309\& <disk file="root.raw" use="scratch" size="100" format="raw"/>
303- \& <disk id="sysresc" file="isos/systemrescuecd.iso"
310+ \& <disk id="sysresc" file="isos/systemrescuecd.iso"
304311\& use="system" format="iso"/>
305312\& </storage>
306313\& </image>
@@ -309,23 +316,21 @@ you only need the \s-1ISO\s0 image from the System Rescue \s-1CD\s0 website.
309316To create a virtual machine, save the above \s- 1 XML\s 0 in \fI image.xml \fR and run:
310317.PP
311318.Vb 1
312- \& # virt-image - -vnc image.xml
319+ \& # virt\ - image \-\ - vnc image.xml
313320.Ve
314321.SH "AUTHOR"
315322.IX Header " AUTHOR"
316- Written by David Lutterkort. See the \s- 1 AUTHORS\s 0 file in the source distribution for
317- the complete list of credits.
323+ Written by David Lutterkort. See the \s- 1 AUTHORS\s 0 file in the source distribution
324+ for the complete list of credits.
318325.SH "BUGS"
319326.IX Header " BUGS"
320- Report bugs to the mailing list \f(CW \*( C` http://www.redhat.com/mailman/listinfo/et \- mgmt \- tools \*( C' \fR
321- or directly to BugZilla \f(CW \*( C` http://bugzilla.redhat.com/bugzilla/ \*( C' \fR against the
322- \& \f(CW \*( C` Fedora \*( C' \fR product, and the \f(CW \*( C` python \- virtinst \*( C' \fR component.
327+ Please see \f(CW \*( C` http://virt \- manager.org/page/BugReporting \*( C' \fR
323328.SH "COPYRIGHT"
324329.IX Header " COPYRIGHT"
325- Copyright (C) 2006\- 2007 Red Hat, Inc, and various contributors.
326- This is free software. You may redistribute copies of it under the terms of the \s - 1 GNU \s 0 General
327- Public License \f(CW \*( C` http://www.gnu.org/licenses/gpl.html \*( C' \fR . There is \s - 1 NO \s 0 \s - 1 WARRANTY \s 0 , to the extent
328- permitted by law.
330+ Copyright (C) 2006\- 2007 Red Hat, Inc, and various contributors.
331+ This is free software. You may redistribute copies of it under the terms
332+ of the \s - 1 GNU \s 0 General Public License \f(CW \*( C` http://www.gnu.org/licenses/gpl.html \*( C' \fR .
333+ There is \s - 1 NO \s 0 \s - 1 WARRANTY \s 0 , to the extent permitted by law.
329334.SH "SEE ALSO"
330335.IX Header " SEE ALSO"
331336\& \fI virt \- image \fR \| (1), \fI virt \- install \fR \| (1), the project website
0 commit comments