From 2726ced1199b3b6d4452cbcefd6539bd854b4509 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 13 Apr 2022 17:26:57 -0700 Subject: REHOME-CONNECTION: expand documentation for DATADIR slot Signed-off-by: Sean Whitton --- src/connection/rehome.lisp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/connection') 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.")) -- cgit v1.2.3