From 17ca198ba398068583e69bfca2d8f83d1c8ba8da Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 1 Apr 2022 17:34:45 -0700 Subject: rename *STANDARD-LINUX-VFS* -> *LINUX-BASIC-VFS* Signed-off-by: Sean Whitton --- src/connection/chroot.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection') diff --git a/src/connection/chroot.lisp b/src/connection/chroot.lisp index aae0ad5..e2aa10c 100644 --- a/src/connection/chroot.lisp +++ b/src/connection/chroot.lisp @@ -61,7 +61,7 @@ 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:*standard-linux-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") -- cgit v1.2.3