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: Don't retarget /tmp or /var/tmp if they're not overlayfs #225

Merged
merged 1 commit into from
Dec 15, 2023

Commits on Dec 14, 2023

  1. install: Don't retarget /tmp or /var/tmp if they're not overlayfs

    It may be that we're involved via a container flow where
    e.g. `/tmp` is already "properly" set up as a tmpfs.
    
    In that case we don't need to do a dance in retargeting.
    
    xref osbuild/bootc-image-builder#18 (comment)
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    05b4f6a View commit details
    Browse the repository at this point in the history