aboutsummaryrefslogtreecommitdiff
path: root/src/property/installer.lisp
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/property/installer.lisp
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/property/installer.lisp')
-rw-r--r--src/property/installer.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/installer.lisp b/src/property/installer.lisp
index 7c0e306..60c17d7 100644
--- a/src/property/installer.lisp
+++ b/src/property/installer.lisp
@@ -285,7 +285,7 @@ using a combinator like ON-CHANGE, or applied manually with DEPLOY-THESE."
;; Remount (mainly virtual) filesystems that other properties we will
;; apply might require (esp. relevant for installing bootloaders).
- (dolist (mount mount:*standard-linux-vfs*)
+ (dolist (mount mount:*linux-basic-vfs*)
(unless (preservedp (ensure-directory-pathname (lastcar mount)))
(apply #'system "mount" mount)))
(when efi-system-partition-mount-args