vm: Remove misleading comment.

* guix/build/vm.scm (load-in-linux-vm): Remove misleading comment.
This commit is contained in:
Ludovic Courtès 2014-05-21 23:19:13 +02:00
parent 952298d709
commit d1f477199d
1 changed files with 1 additions and 2 deletions

View File

@ -94,8 +94,7 @@ the #:references-graphs parameter of 'derivation'."
(error "qemu failed" qemu))
(if make-disk-image?
(copy-file "image.qcow2" ; XXX: who mkdir'd OUTPUT?
output)
(copy-file "image.qcow2" output)
(begin
(mkdir output)
(copy-recursively "xchg" output))))