Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed static path to udevadm #85

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

leo-pempera
Copy link

the udevadm binary is located in vastly different paths depending on the os present. So instead of setting it with a fixed full path, remove the path and let the os search for the binary in $PATH.

Here are some examples where the binary resied under different os versions:
ubuntu_20.04: /bin/udevadm
debian_12: /usr/bin/udevadm
centos_7: /usr/sbin/udevadm

the udevadm binary is located in vastly different paths depending on the os present. So instead of setting it with a fixed full path, remove the path and let the os search for the binary in $PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant