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 --overlay and --ro-overlay command line options #167

Closed
wants to merge 2 commits into from

Commits on Jan 26, 2017

  1. Add --overlay and --ro-overlay command line options

    These enable bubblewrap to create overlay mounts.  This will be useful for
    an ostree-based build system we use where overlayfs ensures that none
    of the ostree hard-linked files I checkout get modified.  Currently we
    use a maze of bash/unshare/mount/sudo/chroot where bubblewrap will be much
    nicer.
    
    This commit contains a bit of string manipulation, which isn't
    particularly fun to write in C.  Hopefully I got it right.
    
    No tests are written to exercise this new feature.
    wmanley committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    e9f87d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. Configuration menu
    Copy the full SHA
    441d8e0 View commit details
    Browse the repository at this point in the history