Skip to content

Commit

Permalink
doc: fix documentation of match specs for model and vendor
Browse files Browse the repository at this point in the history
refs LP: #2056783

Signed-off-by: Olivier Gayot <[email protected]>
  • Loading branch information
ogayot committed Mar 14, 2024
1 parent 04e0418 commit 4ebfcc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/reference/autoinstall-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4ebfcc4

Please sign in to comment.