summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-09-21 09:28:01 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-09-24 16:57:19 +0000
commitd153d6b29320ecb3971f268b950843a1f3adf167 (patch)
tree5ed338ecd21b59590839e03931649a7f08e877a8
parent3d8c13058110cefc1611469c04114f7bd3ed8af1 (diff)
downloaddefinitions-d153d6b29320ecb3971f268b950843a1f3adf167.tar.gz
Add GNOME cluster
Change-Id: I38f06186224b009763d6a16f841ba58ae30d0190
-rw-r--r--clusters/gnome-system-x86_64-deploy.morph23
1 files changed, 23 insertions, 0 deletions
diff --git a/clusters/gnome-system-x86_64-deploy.morph b/clusters/gnome-system-x86_64-deploy.morph
new file mode 100644
index 00000000..195949dc
--- /dev/null
+++ b/clusters/gnome-system-x86_64-deploy.morph
@@ -0,0 +1,23 @@
+name: gnome-system-x86_64-deploy
+kind: cluster
+description: |
+ Deploy a stock weston system.
+
+ The resulting image can be copied to a USB and booted from there,
+ as well as in a virtual machine.
+
+systems:
+- morph: systems/gnome-system-x86_64.morph
+ deploy:
+ gnome-system-x86_64:
+ type: rawdisk
+ location: /gnome-system-x86_64.img
+ DISK_SIZE: 6G
+ KERNEL_ARGS: vga=788
+ INITRAMFS_PATH: boot/initramfs.gz
+ subsystems:
+ - morph: systems/initramfs-x86_64.morph
+ deploy:
+ initramfs:
+ type: initramfs
+ location: boot/initramfs.gz