aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-05 19:50:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-06 12:23:51 -0700
commitb63cfe82744e4934a7fcbc53562b8ba06ba866aa (patch)
treeb40a1f57aeaa57d65c5e6e2d81703e39174c7f16 /src/property/disk.lisp
parent533a4bd048e519b609f11499718fd9babeb07c4b (diff)
downloadconsfigurator-b63cfe82744e4934a7fcbc53562b8ba06ba866aa.tar.gz
update the image from the chroot when we just built the image too
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/disk.lisp')
-rw-r--r--src/property/disk.lisp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index 26e1238..42819f9 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -818,9 +818,11 @@ filesystems will be incrementally updated when other properties change."
(unless found
(inapplicable-property
"Volumes list for host has no DISK:PHYSICAL-DISK with contents.")))))
- `(on-change ,(propapp (chroot:os-bootstrapped-for. options chroot host
- (caches-cleaned)))
- (%raw-image-created ,volumes :chroot ,chroot :rebuild ,rebuild)
+ `(on-change (eseqprops
+ ,(propapp (chroot:os-bootstrapped-for. options chroot host
+ (caches-cleaned)))
+ (%raw-image-created
+ ,volumes :chroot ,chroot :rebuild ,rebuild))
(consfigurator.property.installer:chroot-installed-to-volumes
,host ,chroot ,volumes))))