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

small fixes #45

Closed
wants to merge 3 commits into from
Closed

small fixes #45

wants to merge 3 commits into from

Commits on Mar 1, 2016

  1. Use lsb_release to detect EFIDIR instead of hardcoding (Fixes: rhboot#42

    )
    Mario Limonciello committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    c7551b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Make shellcheck happier

    Satisfy SC1083 and SC2086 errors on shell scripts.
    Mario Limonciello committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    7d91647 View commit details
    Browse the repository at this point in the history
  2. in get_fd_and_media_path aprintf error path directly return

    fullpath is undefined, so don't try to free it in the goto out path.
    Mario Limonciello committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    302b048 View commit details
    Browse the repository at this point in the history