Skip to content

Commit

Permalink
Merge pull request #1938 from ogayot/doc-disk-match-vendor-model
Browse files Browse the repository at this point in the history
doc: fix documentation of match specs for model and vendor
  • Loading branch information
ogayot authored Mar 14, 2024
2 parents 8795db3 + 4ebfcc4 commit a874ee1
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 a874ee1

Please sign in to comment.