summaryrefslogtreecommitdiff
path: root/data/org.virt-manager.virt-manager.gschema.xml
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-01-31 14:10:03 -0500
committerCole Robinson <crobinso@redhat.com>2022-01-31 14:18:42 -0500
commitc3e9db5f3a1935193f8fb5e6a9ef3dcb8332cacd (patch)
treedf2bd40a23024d7f34d0908a8b49cd87a14b0e97 /data/org.virt-manager.virt-manager.gschema.xml
parent0a1dd8b82202651b9f61ebc27d7a87db2212b602 (diff)
downloadvirt-manager-c3e9db5f3a1935193f8fb5e6a9ef3dcb8332cacd.tar.gz
createvm: Tweaks to new UEFI pref
* Make it clear in code and UI that this is x86 only. Other arches either require UEFI (aarch64) or don't support it * Drop the internal 'bios' values since we don't handle them and may not want them anyways, since when win11 support lands we will need to explicitly throw an error if the user tries to force bios * Add UI tests Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'data/org.virt-manager.virt-manager.gschema.xml')
-rw-r--r--data/org.virt-manager.virt-manager.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.virt-manager.virt-manager.gschema.xml b/data/org.virt-manager.virt-manager.gschema.xml
index 07908bdf..8753c11d 100644
--- a/data/org.virt-manager.virt-manager.gschema.xml
+++ b/data/org.virt-manager.virt-manager.gschema.xml
@@ -268,7 +268,7 @@
<key name="firmware" type="s">
<default>'default'</default>
<summary>Use selected firmware for new VM booting</summary>
- <description>Firmware used for new VMs. Possible values are BIOS (default) and UEFI. The firmware used is determined by libvirt unless a specific firmware is selected from the Customize dialog.</description>
+ <description>Firmware used for new VMs. Possible values are default and UEFI. The firmware used is determined by libvirt unless a specific firmware is selected from the Customize dialog.</description>
</key>
</schema>