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

Partitioning container #43

Merged
merged 22 commits into from
Aug 18, 2023
Merged

Partitioning container #43

merged 22 commits into from
Aug 18, 2023

Commits on Jul 31, 2023

  1. Added example code for partitioning a disk. TODO: Add in the option t…

    …o input percentage as a unit
    DannyJiang1 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d86d299 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    d45ce46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b090a6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b647f12 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Separated inputScript.bash into inputScript.sh, interactive.sh, and k…

    …ernelInput.py. The script will first check the kernel cmdline in /proc/cmdline for any input for partitioning. If that is not found, it then checks to see if there is a second argument (which will be passed in through the the iguana workflow file. If non specified then run the interactive mode
    DannyJiang1 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7d734a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Adjusted the way to take input slightly, made small optimizations to …

    …reduce code redundancy.
    DannyJiang1 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    754b7be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0be2360 View commit details
    Browse the repository at this point in the history
  3. Uncommented python3 lines

    DannyJiang1 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3f5cfd5 View commit details
    Browse the repository at this point in the history
  4. Added yaml workflow file

    DannyJiang1 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a1b7323 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eab9f3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf3a0f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfe65cd View commit details
    Browse the repository at this point in the history
  8. typo

    DannyJiang1 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    485a9b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    cea7db7 View commit details
    Browse the repository at this point in the history
  2. debuging for commiting

    DannyJiang1 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    07eddc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b5d034 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Updated code so that the specified partition type will actually be ap…

    …plied after running the program.
    DannyJiang1 committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a771014 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

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

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    6691c75 View commit details
    Browse the repository at this point in the history
  2. Uncommented commit()

    DannyJiang1 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0d80d40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2b41f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Deleted pycache files.

    DannyJiang1 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4668698 View commit details
    Browse the repository at this point in the history