fix(tunables): pci devices path.

This commit is contained in:
Alexandre Pujol 2023-08-21 23:27:00 +01:00
parent 0ed036efd5
commit 3c6898db5a
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -36,7 +36,7 @@
# Shortcut for PCI device
@{pci_id}=[0-9][0-9][0-9][0-9]:[0-9][0-9]:[0-9a-f][0-9a-f].[0-9]
@{pci_bus}=pci[0-9][0-9][0-9][0-9]:[0-9][0-9]
@{pci}=@{pci_bus}/@{pci_id}{,/@{pci_id}}
@{pci}=@{pci_bus}/@{pci_id}{,/@{pci_id}}{,/@{pci_bus}/@{pci_id}{,/@{pci_id}}}
# Date and time
@{date}=[0-2][0-9][0-9][0-9]-[01][0-9]-[0-3][0-9]