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

anaconda: container installer #322

Merged
merged 3 commits into from
Jan 5, 2024

Commits on Jan 5, 2024

  1. anaconda: introduce container-installer

    A new image type that will use Anaconda to install a container to a
    filesystem unattended. This initial commit introduces the image without
    actually making the install unattended, just a bootable ISO.
    supakeen committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    85ef714 View commit details
    Browse the repository at this point in the history
  2. anaconda: switch container-installer to fixed ks

    Use a fixed kickstart to cut corners, this needs a PoC as soon as
    possible.
    
    We need manual partitioning because we need to set the boot label on the
    `/boot` partition. It is possible that this won't be necessary in the
    future: rhinstaller/anaconda#5363
    
    We'll remove the kickstart literal once the PR is merged and the options
    used are merged into the kickstart stage.
    supakeen committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    269b5e3 View commit details
    Browse the repository at this point in the history
  3. anaconda: kickstart stage for container-installer

    Let's do what we *can* do with the kickstart stage and leave the options
    that are not yet supported in a custom kickstart file. I'll then
    transfer the options into the kickstart stage.
    supakeen committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9dacdc0 View commit details
    Browse the repository at this point in the history