aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-26 12:24:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-26 12:24:05 -0700
commit89fd2e92fc974d195d3a0eb84405c0867c01294d (patch)
tree5485cdf0cfd530dda3eb7cb0e7fee326da0b6b04 /src/property/disk.lisp
parentb4477a9b8c66fdea3054fe6969ea06395111e66c (diff)
downloadconsfigurator-89fd2e92fc974d195d3a0eb84405c0867c01294d.tar.gz
also sync in WITH-OPEN-VOLUMES
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 b58fcda..85491ba 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -516,6 +516,7 @@ populate /etc/fstab and /etc/crypttab. Do not modify this list."
,@(and mount-below-supplied-p
`(:mount-below ,mount-below)))))
(unwind-protect (progn ,@forms)
+ (mrun "sync")
(mapc #'close-volume ,opened-volumes))))))
(defmacro with-these-open-volumes