logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdist-type__chroot_mount - mount a chroot

Authors

       Steven Armstrong <steven-cdist--@--armstrong.cc>

Boolean Parameters

       None.

Copying

       Copyright (C) 2012-2017 Steven Armstrong. You can redistribute it and/or modify it under the terms of the
       GNU General Public License as published by the Free Software Foundation, either version 3 of the License,
       or (at your option) any later version.

Description

       Mount and prepare a chroot for running commands within it.

Examples

          __chroot_mount /path/to/chroot

          __chroot_mount /path/to/chroot \
            --manage-resolv-conf "some-known-string"

Name

       cdist-type__chroot_mount - mount a chroot

Optional Parameters

manage-resolv-conf
              manage  /etc/resolv.conf inside the chroot.  Use the value of this parameter as the suffix to save
              a copy of  the  current  /etc/resolv.conf  to  /etc/resolv.conf.$suffix.   This  is  used  by  the
              __chroot_umount type to restore the initial file content when unmounting the chroot.

Required Parameters

       None

See Also