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

Disable udev rules more eagerly #30

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

Conversation

mmalter-at-gandi
Copy link
Contributor

Fix detection of the OS. Whith that commit, autofs should not be disabled when in use.

Fix detection of the OS. Whith that commit, autofs should not be
disabled when in use.
lsb_distrib=$("${lsb}" -is)
fi
# Debian stretch
if [ ${major_version} -ge 9 ]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debian stretch was identified by -ge 8 in the previous version. Any reason for this change?

lsb_release=$("${lsb}" -rs)
lsb_distrib=$("${lsb}" -is)
fi
# Debian stretch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Debian stretch
# Debian stretch and above

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.

2 participants