Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update device-connector-types.rst #420

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions docs/reference/device-connector-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ simply leave out the ``provision_data`` section.
dell_oemscript
--------------

The ``dell_oemscript`` device connector does not support any ``provision_data`` keys.
The ``dell_oemscript`` device connector supports the following ``provision_data`` keys.

.. list-table:: Supported ``provision_data`` keys for ``dell_oemscript``
:header-rows: 1
Expand All @@ -223,14 +223,15 @@ The ``dell_oemscript`` device connector does not support any ``provision_data``
- URL to a compressed disk image that is downloaded, decompressed using
``unzstd`` (**xz** format is recommended, but any format supported by
the ``zstd`` tool is supported) and
flashed to the device, which will be used to boot up the DUT.
flashed to the device, which will be used to boot up the DUT. The image
must be an OEM Image that retains a recovery partition on the machine.

.. _lenovo_oemscript:

lenovo_oemscript
----------------

The ``lenovo_oemscript`` device connector does not support any ``provision_data`` keys.
The ``lenovo_oemscript`` device connector supports the following ``provision_data`` keys.

.. list-table:: Supported ``provision_data`` keys for ``lenovo_oemscript``
:header-rows: 1
Expand All @@ -241,14 +242,15 @@ The ``lenovo_oemscript`` device connector does not support any ``provision_data`
- URL to a compressed disk image that is downloaded, decompressed using
``unzstd`` (**xz** format is recommended, but any format supported by
the ``zstd`` tool is supported) and
flashed to the device, which will be used to boot up the DUT.
flashed to the device, which will be used to boot up the DUT. The image
must be an OEM Image that retains a recovery partition on the machine.

.. _hp_oemscript:

hp_oemscript
------------

The ``hp_oemscript`` device connector does not support any ``provision_data`` keys.
The ``hp_oemscript`` device connector supports the following ``provision_data`` keys.

.. list-table:: Supported ``provision_data`` keys for ``hp_oemscript``
:header-rows: 1
Expand All @@ -259,7 +261,8 @@ The ``hp_oemscript`` device connector does not support any ``provision_data`` ke
- URL to a compressed disk image that is downloaded, decompressed using
``unzstd`` (**xz** format is recommended, but any format supported by
the ``zstd`` tool is supported) and
flashed to the device, which will be used to boot up the DUT.
flashed to the device, which will be used to boot up the DUT. The image
must be an OEM Image that retains a recovery partition on the machine.

.. _oem_autoinstall:

Expand Down