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

install: Only open / once #649

Merged
merged 1 commit into from
Jun 28, 2024

Commits on Jun 28, 2024

  1. install: Only open / once

    We juggle multiple things we call in different places the "rootfs",
    in some the container's root, in others the target root.
    
    Add a handy member variable of `State` for the container root
    and use it consistently. This improves clarity now, and
    is prep for later patches.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ab1149d View commit details
    Browse the repository at this point in the history