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

(Backport 51871) cmdmod: add 'binds' parameter in run_chroot #54996

Merged
merged 2 commits into from
Dec 4, 2019

Commits on Dec 3, 2019

  1. cmdmod: unify parameters documentation for run_chroot

    (cherry picked from commit aeceb1d)
    aplanas committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    daf7d4b View commit details
    Browse the repository at this point in the history
  2. cmdmod: add 'binds' parameter in run_chroot

    Sometimes we want to export directories from the system to the
    chroot environment.  For example, some services will require the
    presence of /run inside the chroot, to request some PID information.
    
    This patch add a new 'binds' parameter in the run_chroot function,
    that will export those system directories into the chroot.
    
    (cherry picked from commit b6a4394)
    aplanas committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    933fba5 View commit details
    Browse the repository at this point in the history