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:
Achilleas Koutsou 2024-08-21 15:11:17 +02:00 committed by Tomáš Hozza
parent 618ec9db2c
commit 69625505cf
3 changed files with 5 additions and 5 deletions

View file

@ -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