[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: vm: Call iso9660-image with #:register-closures? as #t.
From: |
Christopher Baines |
Subject: |
04/05: vm: Call iso9660-image with #:register-closures? as #t. |
Date: |
Wed, 6 Sep 2017 03:45:27 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit b069111f7a5d2c4596b9bc796fd0f56b77eb4c4e
Author: Christopher Baines <address@hidden>
Date: Sun Sep 3 11:48:27 2017 +0100
vm: Call iso9660-image with #:register-closures? as #t.
* gnu/system/vm.scm (system-disk-image): Call iso9660-image with
#:register-closures? as #t.
---
gnu/system/vm.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index f7a711a..b106dff 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))