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

Ignore retcode when checking FS type #52589

Merged
merged 5 commits into from
Apr 19, 2019
Merged

Commits on Apr 17, 2019

  1. Ignore retcode when checking FS type

    This is used in part to check if the block device being checked actually
    exists. In these cases, a nonzero exit code is not an error condition,
    and thus should not have its results logged at the ERROR loglevel.
    terminalmage committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    9a592a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    856aa85 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Fix linter

    dwoz authored Apr 19, 2019
    Configuration menu
    Copy the full SHA
    67df1a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccdbada View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4971f68 View commit details
    Browse the repository at this point in the history