aboutsummaryrefslogtreecommitdiff
path: root/src/property
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-03-11 14:48:45 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-03-11 16:25:36 -0700
commit0b3d6348f42ca37703a8a0e4f376926bdb87e98d (patch)
treea40d6484ca7403d744f1efb374e66d72eee666e9 /src/property
parent047e08dc28b51826580630c58fac551d0b309e3d (diff)
downloadconsfigurator-0b3d6348f42ca37703a8a0e4f376926bdb87e98d.tar.gz
unexport DISK:CACHES-CLEANED for now
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property')
-rw-r--r--src/property/disk.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index 3054441..4cbc671 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -819,6 +819,7 @@ the LVM physical volumes corresponding to those volume groups."
(os:required 'os:linux)
(apply #'push-hostattrs :volumes volumes)))
+;; TODO This should probably be in another package, and exported from there.
(defproplist caches-cleaned :posix ()
"Clean all caches we know how to clean in preparation for image creation."
(:desc "Caches cleaned")