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

Don't run the extraction tar container for podman #8057

Merged
merged 1 commit into from
May 11, 2020

Commits on May 9, 2020

  1. Don't run the extraction tar container for podman

    The preloaded images will be extracted anyway, using ssh.
    
    But if creating them on the volume before the container is
    booted, means that /var will not be fully copied over to it.
    And without /var/lib/dpkg and others, kicbase will not boot.
    So skip the parallel extraction for podman, do it afterwards.
    
    Probably shouldn't mount all of /var, but just a sub-set...
    afbjorklund committed May 9, 2020
    Configuration menu
    Copy the full SHA
    cac4149 View commit details
    Browse the repository at this point in the history