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

[mic][iso] Save input ISO configuration as yaml #10743

Open
wants to merge 4 commits into
base: 3.0-dev
Choose a base branch
from

Commits on Oct 18, 2024

  1. [mic][iso] Save input ISO configuration as yaml.

    'SavedConfigs' is a subset of the Image Customizer input configurations that
    needs to be saved on the output media so that it can be used in subsequent
    runs of the Image Customizer against that same output media.
    
    This preservation of input configuration is necessary for subsequent runs if
    the configuration does not result in updating root file system.
    
    For example, if the user specifies a kernel argument that is specific to the
    ISO image, it will not be present in any of the grub config files on the
    root file system - only in the final ISO image grub.cfg. When that ISO image
    is further customized, the root file system grub.cfg migith get re-generated
    and we need to remember to add the ISO specific arguments from the previous
    runs. SavedConfigs is the place where we can store such arguments so we can
    re-apply them.
    gmileka committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ef6c344 View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    gmileka committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3135149 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e5f03d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3280fc0 View commit details
    Browse the repository at this point in the history