From 4ebfcc4fb3d4ccb133abadff14762118d10f4faf Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 14 Mar 2024 17:23:03 +0100 Subject: [PATCH] doc: fix documentation of match specs for model and vendor refs LP: #2056783 Signed-off-by: Olivier Gayot --- doc/reference/autoinstall-reference.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/reference/autoinstall-reference.rst b/doc/reference/autoinstall-reference.rst index ca07c0d6..cfea3384 100644 --- a/doc/reference/autoinstall-reference.rst +++ b/doc/reference/autoinstall-reference.rst @@ -493,7 +493,9 @@ The actions in the storage configuration are processed in the order they are in A match spec supports the following keys: -* ``model: value``: matches a disk where ``ID_VENDOR=value`` in udev, supporting globbing +* ``model: value``: matches a disk where ``ID_MODEL=value`` in udev, supporting globbing + +* ``vendor: value``: matches a disk where ``ID_VENDOR=value`` in udev, supporting globbing * ``path: value``: matches a disk based on path (e.g. ``/dev/sdc``), supporting globbing (the globbing support distinguishes this from specifying ``path: value`` directly in the disk action)