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

Make the bash script's style more consistent and appropriate for today's resource usage #181

Merged
merged 4 commits into from
Sep 30, 2020

Commits on Sep 15, 2020

  1. Make the bash script's style more consistent

    Added proper form long options and followed general recommendations here: https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html
    renich authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    02b6d82 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Update resource suggestion

    i've updated the amount of RAM to 3 GiB and added a vcpu count of 3. This is, probably, a safer minimal requirement.
    renich authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    caa24c6 View commit details
    Browse the repository at this point in the history
  2. Corrected spacing and indentation

    It seems that one of the virt-install lines was a bit too long. I've moved it to it's own line.
    renich authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    063b167 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Settling for 2 vCPUs and 2 GiB of RAM

    Adhering to the recommended resources for Fedora 32/RHEL 8.
    renich authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    d82d6b8 View commit details
    Browse the repository at this point in the history