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

Add support for composefs #3483

Merged
merged 1 commit into from
Jul 5, 2023
Merged

Commits on Jun 19, 2023

  1. Add support for composefs

    This pairs with ostreedev/ostree#2640
    
    It's all off by default (to state the obvious).  But one can do e.g.:
    
    ```
    $ cat >> src/config/image.yaml << EOF
    composefs: true
    EOF
    ```
    
    To test out the fsverity bits, you also want
    `rootfs: ext4verity`
    
    More in ostreedev/ostree#2867
    cgwalters committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    004bc47 View commit details
    Browse the repository at this point in the history