aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-06-24 17:13:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-06-24 17:36:34 -0700
commit7a67c9e3fab93f6552106d5907ef6f07e57f277b (patch)
tree2a681ce2bdcbc16491087219b18caad5301b1a0f /src/package.lisp
parentcff531a1810a6213fdc117e0853c2b8622715157 (diff)
downloadconsfigurator-7a67c9e3fab93f6552106d5907ef6f07e57f277b.tar.gz
fix FSTAB:HAS-ENTRIES-FOR-OPENED-VOLUMES for FAT32 filesystems
The property should never have been calling SUBVOLUMES-OF-TYPE because opening volumes does not ever update the VOLUME-CONTENTS slot to contain OPENED-VOLUME values. The structure of the OPENED-VOLUMES connattr is that of a flat list. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
index c65b04b..241af89 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -645,6 +645,7 @@
#:linux-swap
#:opened-volumes
+ #:opened-volume-parents
#:with-opened-volumes
#:has-volumes