From 3a18ce06310ee6a29347cc6fd3f45d2ff8415cc4 Mon Sep 17 00:00:00 2001 From: Jonathan Cave Date: Tue, 26 Nov 2024 14:37:05 +0000 Subject: [PATCH] Update device-connector-types.rst Correct some contradictory text and state the requirement on image type for oemscript derived connector types --- docs/reference/device-connector-types.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/reference/device-connector-types.rst b/docs/reference/device-connector-types.rst index 45af5dd1..cb18da44 100644 --- a/docs/reference/device-connector-types.rst +++ b/docs/reference/device-connector-types.rst @@ -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 @@ -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 @@ -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 @@ -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: