diff options
| author | Christopher Baines <mail@cbaines.net> | 2017-09-03 11:48:27 +0100 | 
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2017-09-06 08:43:52 +0100 | 
| commit | b069111f7a5d2c4596b9bc796fd0f56b77eb4c4e (patch) | |
| tree | 0959ca418dcf35d0ffcde020d8471ef79c4d8e83 | |
| parent | e375d3fab7a64246f9c1caa4b23a280f5b84ebc6 (diff) | |
vm: Call iso9660-image with #:register-closures? as #t.
* gnu/system/vm.scm (system-disk-image): Call iso9660-image with
  #:register-closures? as #t.
| -rw-r--r-- | gnu/system/vm.scm | 1 | 
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)) | 
