50
51
# appropriate certificate for your codehosting system.
54
def chroot(self, args, echo=False, get_output=False):
54
55
"""Run a command in the chroot.
56
57
:param args: the command and arguments to run.
57
58
:param echo: if True, print the command before executing it.
59
61
args = set_personality(self.options.arch, args)