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/property/installer.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property/installer.lisp') 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 -- cgit v1.2.3