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

Bound install time #712

Merged
merged 5 commits into from
Jul 19, 2024
Merged

Bound install time #712

merged 5 commits into from
Jul 19, 2024

Commits on Jul 19, 2024

  1. boundimage: More struct definition to top

    I think it's generally best to have type definitions come before
    the code that references them.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    79ed0be View commit details
    Browse the repository at this point in the history
  2. boundimage: Drop const parameter

    We were always passing this single constant value to the
    function; let's just reference it inside the function
    and simplify callers.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fcc2005 View commit details
    Browse the repository at this point in the history
  3. boundimage: Rename helper function

    I think this name is a bit clearer.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5c5d201 View commit details
    Browse the repository at this point in the history
  4. boundimage: Make helpers pub(crate)

    Prep for using them in the install path.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f791531 View commit details
    Browse the repository at this point in the history
  5. install: Pull bound images by default

    Unless overridden by a CLI option, in which case they will
    likely be pulled on firstboot.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d4acdce View commit details
    Browse the repository at this point in the history