VirtualBox

Changeset 101164 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Sep 19, 2023 10:01:39 AM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159137
Message:

doc/manual,Frontends/VBoxManage,Main/{Global,GuestOSType,VirtualBox.xidl}:
Extend the OSType struct by including a new element named 'variant'
to provide further guest OS details and aid in guest OS categorization
for the GUI when creating VMs. Populate this field in the
Global::sOSTypes[] table for Linux using the distro name and for BSD
using the BSD flavour. Include the variant information in 'VBoxManage
list ostypes' and add a new 'VBoxManage list osvariants' subcommand.
Add new IVirtualBox methods for accessing the guest OS variant
information: getGuestOSVariantsByFamilyId() and getGuestOSDescsByVariant().
bugref:5936

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-list.xml

    r99513 r101164  
    7575        <arg choice="plain">natnets</arg>
    7676        <arg choice="plain">ostypes</arg>
     77        <arg choice="plain">osvariants</arg>
    7778        <arg choice="plain">runningvms</arg>
    7879        <arg choice="plain">screenshotformats</arg>
     
    411412      </para>
    412413    </refsect2>
     414    <refsect2 id="vboxmanage-list-osvariants">
     415      <title>List the Guest Operating System Variants</title>
     416      <cmdsynopsis id="synopsis-vboxmanage-list-osvariants">
     417        <command>VBoxManage list</command>
     418        <arg choice="plain">osvariants</arg>
     419      </cmdsynopsis>
     420      <para>
     421        The <command>VBoxManage list osvariants</command> command lists
     422        all guest operating system (OS) variants along with the
     423        associated guest OS descriptions that are known to &product-name;.
     424        Each list entry includes a guest OS family identifier, the guest
     425        OS variants associated with that OS family (if any), and a
     426        description the guest OSes associated with that OS variant.
     427      </para>
     428    </refsect2>
    413429    <refsect2 id="vboxmanage-list-runningvms">
    414430      <title>List the Running Virtual Machines</title>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette