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

Commit e14a43a

Browse files
committed
docs: add --cpuset, fix spacing error to show --acpi command.
1 parent 8b41696 commit e14a43a

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

man/en/virt-install.1

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
.\" ========================================================================
130130
.\"
131131
.IX Title "VIRT-INSTALL 1"
132-
.TH VIRT-INSTALL 1 "2007-09-11" "perl v5.8.8" "Virtual Machine Install Tools"
132+
.TH VIRT-INSTALL 1 "2008-01-10" "perl v5.8.8" "Virtual Machine Install Tools"
133133
.SH "NAME"
134134
virt\-install \- provision new virtual machines
135135
.SH "SYNOPSIS"
@@ -187,6 +187,14 @@ Number of virtual cpus to configure for the guest. Not all hypervisors support
187187
.IX Item "--check-cpu"
188188
Check that the number virtual cpus requested does not exceed physical CPUs and warn
189189
if they do.
190+
.IP "\-\-cpuset=CPUSET" 4
191+
.IX Item "--cpuset=CPUSET"
192+
Set which physical cpus the guest can use. \f(CW\*(C`CPUSET\*(C'\fR is a comma seperated list of numbers, which can also be specified in ranges. Example:
193+
.Sp
194+
.Vb 2
195+
\& 0,2,3,5 : Use processors 0,2,3 and 5
196+
\& 1-3,5,6-8 : Use processors 1,2,3,5,6,7 and 8
197+
.Ve
190198
.IP "\-f \s-1DISKFILE\s0, \-\-file=DISKFILE" 4
191199
.IX Item "-f DISKFILE, --file=DISKFILE"
192200
Path to the file, disk partition, or logical volume to use as the backing store
@@ -476,8 +484,8 @@ Novell Netware 6
476484
.IX Item "--noapic"
477485
Override the \s-1OS\s0 type / variant to disables the \s-1APIC\s0 setting for fully
478486
virtualized guest.
479-
=item \-\-noacpi
480-
.Sp
487+
.IP "\-\-noacpi" 4
488+
.IX Item "--noacpi"
481489
Override the \s-1OS\s0 type / variant to disables the \s-1ACPI\s0 setting for fully
482490
virtualized guest.
483491
.IP "\-\-arch=ARCH" 4

man/en/virt-install.pod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ SMP guests, in which case this argument will be silently ignored
7070
Check that the number virtual cpus requested does not exceed physical CPUs and warn
7171
if they do.
7272

73+
=item --cpuset=CPUSET
74+
75+
Set which physical cpus the guest can use. C<CPUSET> is a comma seperated list of numbers, which can also be specified in ranges. Example:
76+
77+
0,2,3,5 : Use processors 0,2,3 and 5
78+
1-3,5,6-8 : Use processors 1,2,3,5,6,7 and 8
79+
7380
=item -f DISKFILE, --file=DISKFILE
7481

7582
Path to the file, disk partition, or logical volume to use as the backing store
@@ -405,6 +412,7 @@ Novell Netware 6
405412

406413
Override the OS type / variant to disables the APIC setting for fully
407414
virtualized guest.
415+
408416
=item --noacpi
409417

410418
Override the OS type / variant to disables the ACPI setting for fully

0 commit comments

Comments
 (0)