aboutsummaryrefslogtreecommitdiff
path: root/src/connection/rehome.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/rehome.lisp')
-rw-r--r--src/connection/rehome.lisp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/connection/rehome.lisp b/src/connection/rehome.lisp
index 791b3b4..ecb2816 100644
--- a/src/connection/rehome.lisp
+++ b/src/connection/rehome.lisp
@@ -22,7 +22,11 @@
((datadir
:type :string :initarg :datadir :reader datadir
:documentation
- "Where Consfigurator would cache items of prerequisite data in the new HOME."))
+ "Where Consfigurator would cache items of prerequisite data in the new HOME,
+as accessible from the previous connection hop.
+
+In the case of a connection which chroots, for example, this will be the path
+to a directory inside the chroot as seen from outside the chroot."))
(:documentation
"A connection which works by switching to a new HOME on the same host."))