aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-28 15:52:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-28 16:24:34 -0700
commit4d0c10c402aaef7a3c43683e40e33ce59ddcf1f5 (patch)
treeb25095eec418aba735cf508588562f871cc6ca8f /src/connection
parent1e69e649bf457f928da0bc88849b96e4622b4bb9 (diff)
downloadconsfigurator-4d0c10c402aaef7a3c43683e40e33ce59ddcf1f5.tar.gz
rename connattr :OPENED-VOLUMES -> DISK:OPENED-VOLUMES
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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)