Changeset 103532 in vbox for trunk/doc/manual/en_US/man_VBoxManage-modifynvram.xml
- Timestamp:
- Feb 22, 2024 2:05:31 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-modifynvram.xml
r99513 r103532 91 91 <arg>--owner-uuid=<replaceable>uuid</replaceable></arg> 92 92 </cmdsynopsis> 93 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-secureboot"> 94 <command>VBoxManage modifynvram</command> 95 <group choice="req"> 96 <arg choice="plain"><replaceable>uuid</replaceable></arg> 97 <arg choice="plain"><replaceable>vmname</replaceable></arg> 98 </group> 99 <arg choice="plain">secureboot</arg> 100 <group choice="req"> 101 <arg choice="plain">--enable</arg> 102 <arg choice="plain">--disable</arg> 103 </group> 104 </cmdsynopsis> 93 105 <cmdsynopsis id="synopsis-vboxmanage-modifynvram-listvars"> 94 106 <command>VBoxManage modifynvram</command> … … 194 206 <term><option>--owner-uuid=<replaceable>uuid</replaceable></option></term> 195 207 <listitem><para>The UUID identifying the owner of the platform key.</para> 208 </listitem> 209 </varlistentry> 210 </variablelist> 211 </refsect2> 212 213 <refsect2 id="vboxmanage-modifynvram-secureboot"> 214 <title>modifynvram secureboot</title> 215 <remark role="help-copy-synopsis"/> 216 <para> 217 Enables or disables UEFI secure boot. 218 </para> 219 <variablelist> 220 <varlistentry> 221 <term><option>--enable></option></term> 222 <listitem><para>Enables UEFI secure boot if the state of the key 223 enrolment permits.</para> 224 </listitem> 225 </varlistentry> 226 <varlistentry> 227 <term><option>--disable></option></term> 228 <listitem><para>Disables UEFI secure boot.</para> 196 229 </listitem> 197 230 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.