mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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.
This commit is contained in:
parent
bc64676c46
commit
575065bd1c
1 changed files with 1 additions and 0 deletions
|
@ -385,6 +385,7 @@ (define* (make-iso9660-image grub config-file os-drv target
|
|||
(register-closure
|
||||
"/tmp/root"
|
||||
(string-append "/xchg/" closure)
|
||||
;; XXX: Using deduplication causes cross device link errors.
|
||||
#:deduplicate? #f))
|
||||
closures))
|
||||
|
||||
|
|
Loading…
Reference in a new issue