aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection')
-rw-r--r--src/connection/chroot.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/chroot.lisp b/src/connection/chroot.lisp
index 45e7a6e..854043e 100644
--- a/src/connection/chroot.lisp
+++ b/src/connection/chroot.lisp
@@ -68,7 +68,7 @@ should be the mount point, without the chroot's root prefixed.")
(apply #'chroot-mount connection mount:+linux-efivars-vfs+)))))
(defmethod propagate-connattr
- ((type (eql :opened-volumes)) connattr (connection chroot-connection))
+ ((type (eql 'disk:opened-volumes)) connattr (connection chroot-connection))
(with-slots (into) connection
(loop for volume in connattr
when (and (subtypep (type-of volume) 'disk:filesystem)