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

deploy: Support an empty /etc and populated /usr/etc #2958

Merged
merged 1 commit into from
Aug 5, 2023

Commits on Jul 29, 2023

  1. deploy: Support an empty /etc and populated /usr/etc

    In preparation for support for a transient `/etc`:
    ostreedev#2868
    particularly in combination with composefs.
    
    Basically it's just much more elegant if we can directly mount
    an overlayfs on the *empty* `etc` directory, using `usr/etc` as
    the lower.
    
    In the composefs case, we'd have to mount the composefs overlayfs
    itself writable (and call `mkdir`) *just* so we can make that
    empty `etc` directory which is ugly.
    cgwalters committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    0406fd3 View commit details
    Browse the repository at this point in the history