aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-01 17:31:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-01 17:31:33 -0700
commit1eafa3b6486c2abe56e093e14cfdc4941cfbf282 (patch)
tree7842bc755ac02fee166a3ff830235730eb3189bc /src/property/disk.lisp
parent6d5c8b2d399a949fca10afcba88a1a5a68917221 (diff)
downloadconsfigurator-1eafa3b6486c2abe56e093e14cfdc4941cfbf282.tar.gz
FSTAB & CRYPTTAB: prepend HAS- to names of exported properties
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/disk.lisp')
-rw-r--r--src/property/disk.lisp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index 167f1f2..5616bd9 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -532,8 +532,9 @@ We do not specify what logical volumes it contains."))
when (slot-boundp volume 'mount-point)
collect volume))))
(if to-create
- (prog2 (ignoring-hostattrs
- (consfigurator.property.fstab:entries-for-volumes to-create))
+ (prog2
+ (ignoring-hostattrs
+ (consfigurator.property.fstab:has-entries-for-volumes to-create))
(create-volumes-and-contents to-create)
(dolist (volume to-create)
(open-volume volume nil))