Clarify that home directory creation happens in schroot.
This commit is contained in:
parent
8336ac6113
commit
a6d333fbd1
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue