]> git.proxmox.com Git - pve-installer.git/commit
less strict regex for matching udev env variables
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 22 Apr 2024 07:42:43 +0000 (09:42 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 23 Apr 2024 08:02:39 +0000 (10:02 +0200)
commita7edd237e653b79f2e8b2ca4a629eb4ff1337fe8
treebfef0b72927d6beedbcadfc74fe9808739714c2a
parentb09700e7288c697ae098d1276b64910ba590308d
less strict regex for matching udev env variables

looking through /usr/lib/udev/rules.d there are at least some which
also have digits (eg. `IEEE1394_...`), so let's just match [^=]+ for
the variable name.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Proxmox/Sys/Udev.pm
proxmox-auto-install-assistant/src/main.rs