aboutsummaryrefslogtreecommitdiff
path: root/src/property/installer.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-16 15:35:55 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-16 15:35:55 -0700
commit953b38327019b070f27e247f9116d0c51f8d9bac (patch)
treeef0e4a9a5ed58c085f7537c18b490c7194ff10f2 /src/property/installer.lisp
parente2a3387cf777c5b190d70475e98ada83b9abbc4a (diff)
downloadconsfigurator-953b38327019b070f27e247f9116d0c51f8d9bac.tar.gz
convert *LINUX-{BASIC,EFIVARS}-VFS* -> +LINUX-{BASIC,EFIVARS}-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 bad2255..0791918 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:*linux-basic-vfs*)
+ (dolist (mount mount:+linux-basic-vfs+)
(unless (preservedp (ensure-directory-pathname (lastcar mount)))
(apply #'system "mount" mount)))
(when efi-system-partition-mount-args