diff --git a/man/virt-install.pod b/man/virt-install.pod index 17bd1e7fa..b4ebe3e09 100644 --- a/man/virt-install.pod +++ b/man/virt-install.pod @@ -290,7 +290,7 @@ Use --pm=? to see a list of all available sub options. Complete details at L argument. If a cdrom has been @@ -449,8 +449,7 @@ configurations like ARM or PPC =item B<--boot loader=BIOSPATH> -Use BIOSPATH as the virtual machine BIOS. Only valid for fully virtualized -guests. +Use BIOSPATH as the virtual machine BIOS. =item B<--boot loader=/usr/share/OVMF/OVMF_CODE.fd,loader_ro=yes,loader_type=pflash> @@ -460,8 +459,6 @@ instantiate the VM-specific UEFI varstore from the varstore template that is assigned to "/usr/share/OVMF/OVMF_CODE.fd" in libvirtd's "qemu.conf", in the "nvram" stanza. -Only valid for fully virtualized guests. - =item B<--boot loader=/.../OVMF_CODE.fd,loader_ro=yes,loader_type=pflash,nvram_template=/.../OVMF_VARS.fd> Specify that the virtual machine use the custom OVMF binary as boot firmware, @@ -469,8 +466,6 @@ mapped as a virtual flash chip. In addition, request that libvirt instantiate the VM-specific UEFI varstore from the custom "/.../OVMF_VARS.fd" varstore template. -Only valid for fully virtualized guests. - =item B<--boot loader=/.../OVMF_CODE.fd,loader_ro=yes,loader_type=pflash,nvram=/.../guest_VARS.fd> Specify that the virtual machine use the custom OVMF binary as boot firmware, @@ -478,8 +473,6 @@ mapped as a virtual flash chip. In addition, the VM-specific UEFI varstore is directly the preexistent file "/.../guest_VARS.fd"; it is not instantiated from any template. -Only valid for fully virtualized guests. - =item B<--boot menu=on,useserial=on> Enable the bios boot menu, and enable sending bios text output over @@ -850,11 +843,10 @@ Using spice graphic type will work as if those arguments were given: none -No graphical console will be allocated for the guest. Fully virtualized guests -(Xen FV or QEmu/KVM) will need to have a text console configured on the first -serial port in the guest (this can be done via the --extra-args option). Xen -PV will set this up automatically. The command 'virsh console NAME' can be -used to connect to the serial device. +No graphical console will be allocated for the guest. Guests will likely +need to have a text console configured on the first +serial port in the guest (this can be done via the --extra-args option). The +command 'virsh console NAME' can be used to connect to the serial device. =item B