Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 0934cfe

Browse files
committed
Add URL examples to virt-install man page, regenerate docs.
1 parent 6fea14f commit 0934cfe

3 files changed

Lines changed: 51 additions & 5 deletions

File tree

man/en/virt-clone.1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05)
1+
.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.07)
22
.\"
33
.\" Standard preamble:
44
.\" ========================================================================
@@ -132,7 +132,7 @@
132132
.\" ========================================================================
133133
.\"
134134
.IX Title "VIRT-CLONE 1"
135-
.TH VIRT-CLONE 1 "2008-07-29" "perl v5.10.0" "Virtual Machine Install Tools"
135+
.TH VIRT-CLONE 1 "2009-01-20" "perl v5.10.0" "Virtual Machine Install Tools"
136136
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
137137
.\" way too many mistakes in technical documents.
138138
.if n .ad l
@@ -212,6 +212,9 @@ If running on a bare metal kernel as non-root
212212
It is only necessary to provide the \f(CW\*(C`\-\-connect\*(C'\fR argument if this default
213213
prioritization is incorrect, eg if wanting to use \s-1QEMU\s0 while on a Xen kernel.
214214
.RE
215+
.IP "\-\-preserve\-data" 4
216+
.IX Item "--preserve-data"
217+
Preserve a new file to use as the disk image for the new guest.
215218
.IP "\-d, \-\-debug" 4
216219
.IX Item "-d, --debug"
217220
Print debugging information to the terminal when running the install process.

man/en/virt-install.1

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05)
1+
.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.07)
22
.\"
33
.\" Standard preamble:
44
.\" ========================================================================
@@ -132,7 +132,7 @@
132132
.\" ========================================================================
133133
.\"
134134
.IX Title "VIRT-INSTALL 1"
135-
.TH VIRT-INSTALL 1 "2008-09-08" "perl v5.10.0" "Virtual Machine Install Tools"
135+
.TH VIRT-INSTALL 1 "2009-01-26" "perl v5.10.0" "Virtual Machine Install Tools"
136136
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
137137
.\" way too many mistakes in technical documents.
138138
.if n .ad l
@@ -234,7 +234,7 @@ specifying a 'size' value.
234234
.IP "\fBvol\fR" 4
235235
.IX Item "vol"
236236
An existing libvirt storage volume to use. This is specified as
237-
\&'poolname:volname'.
237+
\&'poolname/volname'.
238238
.RE
239239
.RS 4
240240
.Sp
@@ -244,6 +244,11 @@ Other available options:
244244
Disk device type. Value can be 'cdrom', 'disk', or 'floppy'. Default is
245245
\&'disk'. If a 'cdrom' is specified, and no install method is chosen, the
246246
cdrom is used as the install media.
247+
.IP "\fBbux\fR" 4
248+
.IX Item "bux"
249+
Disk bus type. Value can be 'ide', 'scsi', 'usb', 'virtio' or 'xen'. The
250+
default is hypervisor dependent since not all hypervisors support all bus
251+
types.
247252
.IP "\fBperms\fR" 4
248253
.IX Item "perms"
249254
Disk permissions. Value can be 'rw' (Read/Write), 'ro' (Readonly),
@@ -592,6 +597,22 @@ An \s-1HTTP\s0 server location containing an installable distribution image
592597
An \s-1FTP\s0 server location containing an installable distribution image
593598
.RE
594599
.RS 4
600+
.Sp
601+
Some distro specific url samples:
602+
.IP "Fedora/Red Hat Based" 4
603+
.IX Item "Fedora/Red Hat Based"
604+
http://download.fedoraproject.org/pub/fedora/linux/releases/10/Fedora/i386/os/
605+
.IP "Debian/Ubuntu" 4
606+
.IX Item "Debian/Ubuntu"
607+
http://ftp.us.debian.org/debian/dists/etch/main/installer\-amd64/
608+
.IP "Suse" 4
609+
.IX Item "Suse"
610+
http://download.opensuse.org/distribution/11.0/repo/oss/
611+
.IP "Mandriva" 4
612+
.IX Item "Mandriva"
613+
ftp://ftp.uwsg.indiana.edu/linux/mandrake/official/2009.0/i586/
614+
.RE
615+
.RS 4
595616
.RE
596617
.IP "\-x \s-1EXTRA\s0, \-\-extra\-args=EXTRA" 4
597618
.IX Item "-x EXTRA, --extra-args=EXTRA"

man/en/virt-install.pod

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,28 @@ An FTP server location containing an installable distribution image
539539

540540
=back
541541

542+
Some distro specific url samples:
543+
544+
=over 4
545+
546+
=item Fedora/Red Hat Based
547+
548+
http://download.fedoraproject.org/pub/fedora/linux/releases/10/Fedora/i386/os/
549+
550+
=item Debian/Ubuntu
551+
552+
http://ftp.us.debian.org/debian/dists/etch/main/installer-amd64/
553+
554+
=item Suse
555+
556+
http://download.opensuse.org/distribution/11.0/repo/oss/
557+
558+
=item Mandriva
559+
560+
ftp://ftp.uwsg.indiana.edu/linux/mandrake/official/2009.0/i586/
561+
562+
=back
563+
542564
=item -x EXTRA, --extra-args=EXTRA
543565

544566
Additional kernel command line arguments to pass to the installer when

0 commit comments

Comments
 (0)