Skip to content

Disable udev rules more eagerly#30

Open
mmalter-at-gandi wants to merge 1 commit intoGandi:masterfrom
mmalter-at-gandi:fix-mounting-method
Open

Disable udev rules more eagerly#30
mmalter-at-gandi wants to merge 1 commit intoGandi:masterfrom
mmalter-at-gandi:fix-mounting-method

Conversation

@mmalter-at-gandi
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown

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