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

rosetta: add option to ignore rosetta failure when installation cancelled #202

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 8, 2024

  1. rosetta: add option to ignore rosetta failure when installation cance…

    …lled
    
        this adds a ignore-if-missing option that allows vfkit to not fail if the rosetta installation do not succeed for some reason (e.g. user cancelled installation).
        So far, if the rosetta installation was cancelled or failed vfkit exited with an error. This behavior still exists if ignore-if-missing option is not set or it is false.
        This will be used by podman bc there could be a fallback and rosetta could also be not mandatory containers/podman#23153
    it fixes crc-org#160
    Luca Stocchi authored and Luca Stocchi committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    86e7fa9 View commit details
    Browse the repository at this point in the history
  2. doc: add ignoreIfMissing flag to usage.md

    Luca Stocchi authored and Luca Stocchi committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    04eafc1 View commit details
    Browse the repository at this point in the history