doc: fix documentation of match specs for model and vendor

refs LP: #2056783

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2024-03-14 17:23:03 +01:00
parent 04e0418230
commit 4ebfcc4fb3
1 changed files with 3 additions and 1 deletions

View File

@ -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)