util/chroot: rename context class to ChrootProcDevSys
Rename the context class to better describe what it's doing. It doesn't run anything in a chroot, but it prepares the tree for it.
This commit is contained in:
parent
618ec9db2c
commit
69625505cf
3 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ import os
|
|||
import subprocess
|
||||
|
||||
|
||||
class Chroot:
|
||||
class ChrootProcDevSys:
|
||||
"""
|
||||
Sets up mounts for the virtual filesystems inside a root tree, preparing it for running commands using chroot. This
|
||||
should be used whenever a stage needs to run a command against the root tree but doesn't support a --root option or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue