aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-07 16:35:45 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-07 16:36:54 -0700
commitd8cf69998f80292f51ac02e7fa98e442224690d3 (patch)
tree5cf259727694c2440d2f6b5654857a929b41ffdf /src/property/disk.lisp
parentf9ea4b884158e5734990e963f63a68c33b63057e (diff)
downloadconsfigurator-d8cf69998f80292f51ac02e7fa98e442224690d3.tar.gz
add FILE:DIRECTORY-DOES-NOT-EXIST, FILE:DATA-CACHE-PURGED
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/disk.lisp')
-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 bcbe89f..a97392c 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -823,6 +823,7 @@ the LVM physical volumes corresponding to those volume groups."
(defproplist caches-cleaned :posix ()
"Clean all caches we know how to clean in preparation for image creation."
(:desc "Caches cleaned")
+ (file:data-cache-purged)
(os:typecase
(debianlike (apt:cache-cleaned))))