summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2017-09-03 11:48:27 +0100
committerChristopher Baines <mail@cbaines.net>2017-09-06 08:43:52 +0100
commitb069111f7a5d2c4596b9bc796fd0f56b77eb4c4e (patch)
tree0959ca418dcf35d0ffcde020d8471ef79c4d8e83 /gnu/system/vm.scm
parente375d3fab7a64246f9c1caa4b23a280f5b84ebc6 (diff)
downloadpatches-b069111f7a5d2c4596b9bc796fd0f56b77eb4c4e.tar
patches-b069111f7a5d2c4596b9bc796fd0f56b77eb4c4e.tar.gz
vm: Call iso9660-image with #:register-closures? as #t.
* gnu/system/vm.scm (system-disk-image): Call iso9660-image with #:register-closures? as #t.
Diffstat (limited to 'gnu/system/vm.scm')
-rw-r--r--gnu/system/vm.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index f7a711a72b..b106dff0a8 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -399,6 +399,7 @@ to USB sticks meant to be read-only."
#:file-system-label root-label
#:file-system-uuid #f
#:os-drv os-drv
+ #:register-closures? #t
#:bootcfg-drv bootcfg
#:bootloader (bootloader-configuration-bootloader
(operating-system-bootloader os))