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

Commit e4f159c

Browse files
committed
Update virt-install man page at 'dist' time with latest os type/variants.
1 parent e3ff6b8 commit e4f159c

5 files changed

Lines changed: 62 additions & 301 deletions

File tree

INSTALL

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ run the command:
66
Please see http://docs.python.org/inst/standard-install.html for more info
77
on the standard python install process.
88

9+
If installing from an upstream checkout, the 'man' pages may not be up to
10+
date. You can force man page generation (which will be picked up by the next
11+
'install' command) with:
12+
13+
python setup.py sdist
14+
915
An RPM can be built and placed in the local rpmroot with:
1016

1117
python setup.py rpm
1218

13-
Note this RPM has been catered to Fedora/Red Hat distros.
19+
Note this RPM has been catered to Fedora/Red Hat distros, but may work
20+
elsewhere..
1421

1522
For translators, running:
1623

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ recursive-include tests *.py *.xml *.vmx *.virt-image *.sh
77
include virt-install virt-clone virt-image virt-convert
88
include autobuild.sh
99
include doc/*
10-
recursive-include man *.1 *.5 *.pod
10+
recursive-include man *.1 *.5 *.pod *.pod.in
1111
recursive-include po *.po *.pot

man/en/virt-convert.pod

Lines changed: 7 additions & 153 deletions
Original file line numberDiff line numberDiff line change
@@ -73,163 +73,17 @@ Avoid verbose output.
7373

7474
=item --os-type=OS_TYPE
7575

76-
Optimize the guest configuration for a type of operating system. This will
77-
attempt to pick the most suitable ACPI & APIC settings, optimally supported
78-
mouse drivers and generally accommodate other operating system quirks. The
79-
valid operating system types are
80-
81-
=over 4
82-
83-
=item linux
84-
85-
Linux 2.x series
86-
87-
=item windows
88-
89-
Microsoft Windows 9x or later
90-
91-
=item unix
92-
93-
Traditional UNIX BSD or SysV derivatives
94-
95-
=item other
96-
97-
Operating systems not in one of the 3 prior groups
98-
99-
=back
76+
Optimize the guest configuration for a type of operating system (ex. 'linux',
77+
'windows'). This will attempt to pick the most suitable ACPI & APIC settings,
78+
optimally supported mouse drivers, virtio, and generally accommodate other
79+
operating system quirks.
10080

10181
=item --os-variant=OS_VARIANT
10282

10383
Further optimize the guest configuration for a specific operating system
104-
variant. This parameter is optional. The valid variants are
105-
106-
=over 4
107-
108-
=item linux
109-
110-
=over 4
111-
112-
=item rhel2.1
113-
114-
Red Hat Enterprise Linux 2.1
115-
116-
=item rhel3
117-
118-
Red Hat Enterprise Linux 3
119-
120-
=item rhel4
121-
122-
Red Hat Enterprise Linux 4
123-
124-
=item rhel5
125-
126-
Red Hat Enterprise Linux 5
127-
128-
=item centos5
129-
130-
Cent OS 5
131-
132-
=item fedora5
133-
134-
Fedora Core 5
135-
136-
=item fedora6
137-
138-
Fedora Core 6
139-
140-
=item fedora7
141-
142-
Fedora 7
143-
144-
=item sles10
145-
146-
Suse Linux Enterprise Server 10.x
147-
148-
=item debianEtch
149-
150-
Debian 4.0 (Etch)
151-
152-
=item debianLenny
153-
154-
Debian Lenny
155-
156-
=item generic26
157-
158-
Generic Linux 2.6.x kernel
159-
160-
=item generic24
161-
162-
Generic Linux 2.4.x kernel
163-
164-
=back
165-
166-
=item windows
167-
168-
=over 4
169-
170-
=item winxp
171-
172-
Microsoft Windows XP
173-
174-
=item win2k
175-
176-
Microsoft Windows 2000
177-
178-
=item win2k3
179-
180-
Microsoft Windows 2003
181-
182-
=item vista
183-
184-
Microsoft Windows Vista
185-
186-
=back
187-
188-
=item unix
189-
190-
=over 4
191-
192-
=item solaris9
193-
194-
Sun Solaris 9
195-
196-
=item solaris10
197-
198-
Sun Solaris 10
199-
200-
=item freebsd6
201-
202-
Free BSD 6.x
203-
204-
=item openbsd4
205-
206-
Open BSD 4.x
207-
208-
=back
209-
210-
=item other
211-
212-
=over 4
213-
214-
=item msdos
215-
216-
Microsoft DOS
217-
218-
=item netware4
219-
220-
Novell Netware 4
221-
222-
=item netware5
223-
224-
Novell Netware 5
225-
226-
=item netware6
227-
228-
Novell Netware 6
229-
230-
=back
231-
232-
=back
84+
variant (ex. 'fedora8', 'winxp'). This parameter is optional, and does not
85+
require an C<--os-type> to be specified. See L<virt-install(1)> for valid
86+
values.
23387

23488
=item --noapic
23589

Lines changed: 8 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -352,158 +352,20 @@ attempt to pick the most suitable ACPI & APIC settings, optimally supported
352352
mouse drivers and generally accommodate other operating system quirks. The
353353
valid operating system types are
354354

355-
=over 4
356-
357-
=item linux
358-
359-
Linux 2.x series
360-
361-
=item windows
362-
363-
Microsoft Windows 9x or later
364-
365-
=item unix
366-
367-
Traditional UNIX BSD or SysV derivatives
368-
369-
=item other
370-
371-
Operating systems not in one of the 3 prior groups
355+
=item --os-type=OS_TYPE
372356

373-
=back
357+
Optimize the guest configuration for a type of operating system (ex. 'linux',
358+
'windows'). This will attempt to pick the most suitable ACPI & APIC settings,
359+
optimally supported mouse drivers, virtio, and generally accommodate other
360+
operating system quirks. See C<--os-variant> for valid options.
374361

375362
=item --os-variant=OS_VARIANT
376363

377364
Further optimize the guest configuration for a specific operating system
378-
variant. This parameter is optional. The valid variants are
379-
380-
=over 4
381-
382-
=item linux
383-
384-
=over 4
385-
386-
=item rhel2.1
387-
388-
Red Hat Enterprise Linux 2.1
389-
390-
=item rhel3
391-
392-
Red Hat Enterprise Linux 3
393-
394-
=item rhel4
395-
396-
Red Hat Enterprise Linux 4
397-
398-
=item rhel5
399-
400-
Red Hat Enterprise Linux 5
401-
402-
=item centos5
403-
404-
Cent OS 5
405-
406-
=item fedora5
407-
408-
Fedora Core 5
409-
410-
=item fedora6
411-
412-
Fedora Core 6
413-
414-
=item fedora7
415-
416-
Fedora 7
417-
418-
=item sles10
419-
420-
Suse Linux Enterprise Server 10.x
421-
422-
=item debianEtch
423-
424-
Debian 4.0 (Etch)
425-
426-
=item debianLenny
427-
428-
Debian Lenny
429-
430-
=item generic26
431-
432-
Generic Linux 2.6.x kernel
433-
434-
=item generic24
435-
436-
Generic Linux 2.4.x kernel
365+
variant (ex. 'fedora8', 'winxp'). This parameter is optional, and does not
366+
require an C<--os-type> to be specified. Valid values are:
437367

438-
=back
439-
440-
=item windows
441-
442-
=over 4
443-
444-
=item winxp
445-
446-
Microsoft Windows XP
447-
448-
=item win2k
449-
450-
Microsoft Windows 2000
451-
452-
=item win2k3
453-
454-
Microsoft Windows 2003
455-
456-
=item vista
457-
458-
Microsoft Windows Vista
459-
460-
=back
461-
462-
=item unix
463-
464-
=over 4
465-
466-
=item solaris9
467-
468-
Sun Solaris 9
469-
470-
=item solaris10
471-
472-
Sun Solaris 10
473-
474-
=item freebsd6
475-
476-
Free BSD 6.x
477-
478-
=item openbsd4
479-
480-
Open BSD 4.x
481-
482-
=back
483-
484-
=item other
485-
486-
=over 4
487-
488-
=item msdos
489-
490-
Microsoft DOS
491-
492-
=item netware4
493-
494-
Novell Netware 4
495-
496-
=item netware5
497-
498-
Novell Netware 5
499-
500-
=item netware6
501-
502-
Novell Netware 6
503-
504-
=back
505-
506-
=back
368+
::VARIANT VALUES::
507369

508370
=item --noapic
509371

0 commit comments

Comments
 (0)