From 953b38327019b070f27e247f9116d0c51f8d9bac Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 16 Apr 2022 15:35:55 -0700 Subject: convert *LINUX-{BASIC,EFIVARS}-VFS* -> +LINUX-{BASIC,EFIVARS}-VFS+ Signed-off-by: Sean Whitton --- src/connection/chroot.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/connection') diff --git a/src/connection/chroot.lisp b/src/connection/chroot.lisp index 80c79cb..45e7a6e 100644 --- a/src/connection/chroot.lisp +++ b/src/connection/chroot.lisp @@ -61,11 +61,11 @@ should be the mount point, without the chroot's root prefixed.") (chroot-mount connection "--bind" into "/")) ;; Now set up the usual bind mounts. Help here from arch-chroot(8). (mount:assert-devtmpfs-udev-/dev) - (dolist (mount mount:*linux-basic-vfs*) + (dolist (mount mount:+linux-basic-vfs+) (apply #'chroot-mount connection mount)) (chroot-mount connection "--bind" "/run" "/run") (when (remote-exists-p "/sys/firmware/efi/efivars") - (apply #'chroot-mount connection mount:*linux-efivars-vfs*))))) + (apply #'chroot-mount connection mount:+linux-efivars-vfs+))))) (defmethod propagate-connattr ((type (eql :opened-volumes)) connattr (connection chroot-connection)) -- cgit v1.2.3