Clarify that home directory creation happens in schroot.

This commit is contained in:
Jelmer Vernooij 2021-03-19 21:40:51 +00:00
parent 8336ac6113
commit a6d333fbd1

View file

@ -172,7 +172,7 @@ class SchrootSession(Session):
.decode()
.rstrip("\n")
)
logging.info("Creating directory %s", home)
logging.info("Creating directory %s in schroot session.", home)
self.check_call(["mkdir", "-p", home], cwd="/", user="root")
self.check_call(["chown", user, home], cwd="/", user="root")