me
/
guix
Archived
1
0
Fork 0

vm: Add comment about deduplication in make-iso9660-image.

* gnu/build/vm.scm (make-iso9660-image): Add comment about the use of
  #:deduplicate #f when calling register-closure.
master
Christopher Baines 2017-09-10 11:42:51 +01:00
parent bc64676c46
commit 575065bd1c
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@ GRUB configuration and OS-DRV as the stuff in it."
(register-closure
"/tmp/root"
(string-append "/xchg/" closure)
;; XXX: Using deduplication causes cross device link errors.
#:deduplicate? #f))
closures))