summary refs log tree commit diff
path: root/gnu/system/vm.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-04-13 19:14:31 -0400
committerChristopher Allan Webber <cwebber@dustycloud.org>2016-10-16 18:34:17 -0500
commitfcd6fc84e493d05be1f7590ee77509c81ac315c2 (patch)
tree59554c5043b73e4a6a891b8dc7300736e84172eb /gnu/system/vm.scm
parentb37e1e64281564c671bf3d0381bd9a6c03c6f62b (diff)
downloadguix-wip-deploy.tar.gz
scripts: Add deploy. wip-deploy
* gnu/machines.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* guix/scripts/deploy.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu.scm: Export (gnu machines) symbols.
* gnu/system/vm.scm (virtualized-operating-system): Export it.
Diffstat (limited to 'gnu/system/vm.scm')
-rw-r--r--gnu/system/vm.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 03f7d6c913..e34fdbbd65 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -62,6 +62,8 @@
             virtualized-operating-system
             system-qemu-image
 
+            virtualized-operating-system
+
             system-qemu-image/shared-store
             system-qemu-image/shared-store-script
             system-disk-image))