aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/property/installer.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property/installer.lisp b/src/property/installer.lisp
index e2d8585..2af3289 100644
--- a/src/property/installer.lisp
+++ b/src/property/installer.lisp
@@ -131,7 +131,8 @@ MOUNT-BELOW and LEAVE-OPEN are passed on to WITH-OPENED-VOLUMES, which see."
;; there are other properties setting mount options etc. which
;; are in conflict with VOLUMES.
(fstab:has-entries-for-opened-volumes)
- (crypttab:has-entries-for-opened-volumes))))
+ (on-change (crypttab:has-entries-for-opened-volumes)
+ (cmd:single "update-initramfs" "-u")))))
(%install-bootloaders
,@(get-propspecs (get-hostattrs :volumes))))))))