@@ -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
10383Further 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
0 commit comments