~ruther/guix-local

b069111f7a5d2c4596b9bc796fd0f56b77eb4c4e — Christopher Baines 8 years ago e375d3f
vm: Call iso9660-image with #:register-closures? as #t.

* gnu/system/vm.scm (system-disk-image): Call iso9660-image with
  #:register-closures? as #t.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/system/vm.scm
M gnu/system/vm.scm => gnu/system/vm.scm +1 -0
@@ 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))