aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-01 17:34:45 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-01 17:34:45 -0700
commit17ca198ba398068583e69bfca2d8f83d1c8ba8da (patch)
tree384a0490a0fe17b51f666d0a2096d8d39f106866 /src/connection
parent1eafa3b6486c2abe56e093e14cfdc4941cfbf282 (diff)
downloadconsfigurator-17ca198ba398068583e69bfca2d8f83d1c8ba8da.tar.gz
rename *STANDARD-LINUX-VFS* -> *LINUX-BASIC-VFS*
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 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")