Age | Commit message (Expand) | Author |
---|---|---|
2013-08-31 | gnu: vm: `qemu-image' can copy store closures into the target image....* gnu/system/vm.scm (qemu-image): Add #:inputs-to-copy and #:boot-expression parameters. Honor them. Append INPUTS-TO-COPY to the #:inputs argument for `expression->derivation-in-linux-vm'. (example2): Add #:boot-expression and #:inputs-to-copy arguments. | Ludovic Courtès |
2013-08-31 | gnu: `expression->derivation-in-linux-vm' accepts files as inputs....* gnu/system/vm.scm (expression->derivation-in-linux-vm): Accept items in INPUTS that refer to a file instead of a package. | Ludovic Courtès |
2013-08-31 | gnu: `expression->derivation-in-linux-vm' export references graphs....* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add #:reference-graphs parameter. Honor it. Delete duplicates in #:modules argument. | Ludovic Courtès |
2013-08-28 | vm: Use more keyword parameters for `expression->derivation-in-linux-vm'....* gnu/system/vm.scm (expression->derivation-in-linux-vm): Turn `system' and `inputs' into keyword parameters. (qemu-image, example1): Adjust accordingly. | Ludovic Courtès |
2013-08-23 | gnu: Have `qemu-image' explicitly reboot when done....* gnu/system/vm.scm (qemu-image): Call `reboot' when we're done. Change `menuentry' title. | Ludovic Courtès |
2013-08-16 | gnu: Remove QEMU-KVM, which is no longer needed....* gnu/packages/qemu.scm (qemu-kvm): Remove. (qemu): Incorporate parts of QEMU-KVM that used to be inherited. (qemu-kvm/smb-shares): Rename to... (qemu/smb-shares): ... this. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Adjust accordingly. | Ludovic Courtès |
2013-02-16 | Add (gnu system vm)....* gnu/system/vm.scm: New file. * Makefile.am (MODULES): Add it. | Ludovic Courtès |