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

iso: be able to build the ISO #58

Merged
merged 7 commits into from
Jan 11, 2024

Commits on Jan 11, 2024

  1. iso: be able to build the ISO

    Adds another type which will build an ISO with the container embedded
    for Anaconda to do the rest.
    supakeen committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ee7479a View commit details
    Browse the repository at this point in the history
  2. bug: tlsverify pointer

    supakeen committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    0d35f67 View commit details
    Browse the repository at this point in the history
  3. iso: consolidate package lists

    There is no need to have them separate.
    supakeen committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    dd80d32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70c8ede View commit details
    Browse the repository at this point in the history
  5. iso: compress squashfs with zstd

    `zstd` compression leads to a faster build.
    supakeen committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1fe3f3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b865eb View commit details
    Browse the repository at this point in the history
  7. image: remove ref

    We'll be removing the `ref` from the constructor(s) in `images` at a
    later point in time as well.
    supakeen committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    502b401 View commit details
    Browse the repository at this point in the history