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

silence rsync progress in harv-install #641

Merged
merged 2 commits into from
Feb 7, 2024
Merged

silence rsync progress in harv-install #641

merged 2 commits into from
Feb 7, 2024

Commits on Jan 23, 2024

  1. silent rsync progress in harv-install

    Because this is running without a TTY, it may be affecting IPMI-based installs that take hours to read the zst files off of virtual media.  This patch removes the progress flag from rsync in the hopes that it prevents rsync from freezing during install.
    petiepooo authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    26d48d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. restore -h and add -v flags

    Human-readable and verbose flags added per developer request.
    petiepooo authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    33820ac View commit details
    Browse the repository at this point in the history